upash
Password hasher
A unified API for password hashing algorithms
🔒Unified API for password hashing algorithms
540 stars
12 watching
24 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
apiargonbcryptbrute-forceclicredentialcredentialshash-functionshashingnodejspasswordpbkdf2rainbow-tablesecuresecuritytiming-attacksunifieduniversalupashverification
Related projects:
Repository | Description | Stars |
---|---|---|
cjlarose/argon2-ffi | Node.js bindings for argon2, a widely used password hashing algorithm | 63 |
zitadel/passwap | Provides a unified implementation of multiple password hashing algorithms. | 51 |
phxql/argon2-jvm | A Java-based implementation of the Argon2 password hashing algorithm using a native C library | 332 |
dnaeon/cl-bcrypt | Provides functions to generate, parse and verify bcrypt password hashes | 13 |
antelle/argon2-browser | A JavaScript implementation of the Argon2 password-hashing function for browser runtime | 387 |
ultrahorizon/pyargon2 | An implementation of Argon2 password hashing algorithm in Python | 17 |
kosprov/jargon2-api | A fluent Java API for generating and verifying password hashes using the Argon2 algorithm. | 65 |
bcryptnet/bcrypt.net | An enhanced C# implementation of the bcrypt password hashing algorithm | 839 |
technion/ruby-argon2 | A Ruby gem providing FFI bindings and a simplified interface to the Argon2 password hashing algorithm. | 228 |
manelli/ex_bcrypt | An Elixir module for hashing and verifying passwords using the OpenBSD bcrypt algorithm | 3 |
pyca/bcrypt | A modern password hashing library for Python | 1,250 |
riverrun/comeonin | Provides a specification and behaviours for password hashing libraries in Elixir. | 1,298 |
bryant/argon2rs | A Rust library implementing the Argon2 password hashing algorithm | 173 |
maxcountryman/flask-bcrypt | Provides a secure way to store and verify passwords in a slow and computationally expensive hashing algorithm | 326 |
bungle/lua-resty-scrypt | A Lua-based library implementing the scrypt password hashing algorithm | 18 |