cl-bcrypt
Password hasher
Provides functions to generate, parse and verify bcrypt password hashes
Common Lisp system for parsing and generating bcrypt password hashes
13 stars
4 watching
2 forks
Language: Common Lisp
last commit: over 1 year ago
Linked from 1 awesome list
bcryptcl-bcryptcommon-lisplispparsingpassword-hashing
Related projects:
Repository | Description | Stars |
---|---|---|
maxcountryman/flask-bcrypt | Provides a secure way to store and verify passwords in a slow and computationally expensive hashing algorithm | 326 |
dnaeon/cl-ssh-keys | A Common Lisp system for generating and parsing OpenSSH keys. | 23 |
bcryptnet/bcrypt.net | An enhanced C# implementation of the bcrypt password hashing algorithm | 839 |
pyca/bcrypt | A modern password hashing library for Python | 1,250 |
eudoxia0/cl-pass | A password hashing and verification library | 30 |
dnaeon/clingon | A command-line options parser system for Common Lisp | 127 |
manelli/ex_bcrypt | An Elixir module for hashing and verifying passwords using the OpenBSD bcrypt algorithm | 3 |
bcrypt-ruby/bcrypt-ruby | A Ruby binding for the OpenBSD bcrypt() password hashing algorithm | 1,928 |
neokushan/bcrypt.net-core | A .NET Core port of BCrypt.net with enhancements and compatibility for both full .NET Framework and .NET Core. | 216 |
dnaeon/cl-jwk | A Common Lisp system for parsing and decoding public JSON Web Keys (JWK) from various formats. | 18 |
7kasper/bookshelf-bcrypt.js | Automates password hashing for bookshelf models using bcrypt | 0 |
elithrar/simple-scrypt | Provides a convenient interface to generate, compare and inspect password hashes using the scrypt KDF in Go | 198 |
simonepri/upash | A unified API for password hashing algorithms | 540 |
bsiddiqui/bookshelf-bcrypt | Automates password hashing and verification in bookshelf models | 16 |
rustcrypto/password-hashes | A collection of password hashing algorithms implemented in Rust. | 673 |