cl-pass
Password hasher
A password hashing and verification library
Password hashing and verification library
30 stars
6 watching
5 forks
Language: Common Lisp
last commit: about 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 | A security module for Common Lisp web applications | 43 |
eudoxia0/trivial-ssh | A simple SSH client library written in Common Lisp for interacting with remote hosts via secure connections. | 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. | 51 |
pyca/bcrypt | A modern password hashing library for Python | 1,250 |
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,298 |
ctxis/crackerjack | A web interface for password cracking tool Hashcat | 357 |
evidlo/passhole | A command-line interface to securely store and manage passwords | 199 |
rustcrypto/password-hashes | A collection of password hashing algorithms implemented in Rust. | 673 |
bcryptnet/bcrypt.net | An enhanced C# implementation of the bcrypt password hashing algorithm | 839 |