cl-pass
Password hasher
A Common Lisp library for securely hashing and verifying passwords.
Password hashing and verification library
30 stars
6 watching
5 forks
Language: Common Lisp
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dnaeon/cl-bcrypt | Provides functions to generate, parse and verify bcrypt password hashes | 13 |
eudoxia0/hermetic | Security system for Common Lisp web applications | 43 |
eudoxia0/trivial-ssh | An SSH client library for Common Lisp built on libssh2 | 43 |
dwin/gosecretboxpassword | A utility library for securely hashing and encrypting passwords based on the Dropbox method. | 59 |
orthecreedence/cl-hash-util | A utility library for working with Common Lisp hash tables | 29 |
zitadel/passwap | Provides a unified implementation of multiple password hashing algorithms. | 54 |
pyca/bcrypt | A modern password hashing library for Python | 1,286 |
ergenius/eargon2 | A library that provides a password hashing function using the Argon2 algorithm in Erlang | 6 |
manelli/ex_bcrypt | An Elixir module for hashing and verifying passwords using the OpenBSD bcrypt algorithm | 3 |
bungle/lua-resty-scrypt | A Lua-based library implementing the scrypt password hashing algorithm | 18 |
riverrun/comeonin | Provides a specification and behaviours for password hashing libraries in Elixir. | 1,303 |
ctxis/crackerjack | A web interface for password cracking tool Hashcat | 358 |
evidlo/passhole | A commandline password manager inspired by pass_ | 200 |
rustcrypto/password-hashes | A collection of password hashing algorithms written in Rust | 688 |
bcryptnet/bcrypt.net | An enhanced C# implementation of the bcrypt password hashing algorithm | 848 |