porridge
Password Hasher
A library providing secure password storage through keyed hashing with Argon2-based passwords.
Simple, strong and standardized keyed password storage.
21 stars
4 watching
0 forks
Language: Python
last commit: over 6 years ago argon2cryptographypassword-hashpassword-storagepasswordssecurity
Related projects:
Repository | Description | Stars |
---|---|---|
ultrahorizon/pyargon2 | An implementation of Argon2 password hashing algorithm in Python | 17 |
andskur/argon2-hashing | A lightweight package for generating and comparing password hashes using the Argon2 algorithm. | 20 |
pyca/bcrypt | A modern password hashing library for Python | 1,250 |
bryant/argon2rs | A Rust library implementing the Argon2 password hashing algorithm | 173 |
ergenius/eargon2 | A library that provides a password hashing function using the Argon2 algorithm in Erlang | 6 |
phxql/argon2-jvm | A Java-based implementation of the Argon2 password hashing algorithm using a native C library | 332 |
asmod4n/mruby-argon2 | A Ruby implementation of Argon2 password hashing with customizable parameters | 1 |
hashview/hashview | A web-based tool for managing and automating password cracking tasks with analytics capabilities. | 360 |
riverrun/comeonin | Provides a specification and behaviours for password hashing libraries in Elixir. | 1,298 |
maxcountryman/flask-bcrypt | Provides a secure way to store and verify passwords in a slow and computationally expensive hashing algorithm | 326 |
zitadel/passwap | Provides a unified implementation of multiple password hashing algorithms. | 51 |
antelle/argon2-browser | A JavaScript implementation of the Argon2 password-hashing function for browser runtime | 387 |
dotcypress/password | A JavaScript implementation of password hashing and verification using PBKDF2 with HMAC SHA256 | 118 |
cjlarose/argon2-ffi | Node.js bindings for argon2, a widely used password hashing algorithm | 63 |
elithrar/simple-scrypt | Provides a convenient interface to generate, compare and inspect password hashes using the scrypt KDF in Go | 198 |