password
Password hasher
A JavaScript implementation of password hashing and verification using PBKDF2 with HMAC SHA256
🔐 One password, right way.
119 stars
5 watching
16 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
antelle/argon2-browser | A JavaScript implementation of the Argon2 password-hashing function for browser runtime | 391 |
pyca/bcrypt | A modern password hashing library for Python | 1,274 |
thusoy/porridge | A library providing secure password storage through keyed hashing with Argon2-based passwords. | 22 |
zitadel/passwap | Provides a unified implementation of multiple password hashing algorithms. | 54 |
hegusung/webhashcat | A web-based password cracking tool that facilitates distributed cracking sessions and provides analytics capabilities. | 292 |
mynameiscfed/lua-resty-fastpbkdf2 | A Lua library for password hashing using the fastpbkdf2 algorithm. | 0 |
eudoxia0/cl-pass | A Common Lisp library for securely hashing and verifying passwords. | 30 |
bungle/lua-resty-scrypt | A Lua-based library implementing the scrypt password hashing algorithm | 18 |
phxql/argon2-jvm | A Java-based implementation of the Argon2 password hashing algorithm using a native C library | 332 |
f0cker/pyhashcat | A Python binding to a popular password cracking tool | 32 |
hashview/hashview | A web-based tool for managing and automating password cracking tasks with analytics capabilities. | 362 |
xfox64x/hashcat-stuffs | A collection of tools and scripts designed to aid in password cracking using the Hashcat software | 50 |
simonepri/upash | A unified API for password hashing algorithms | 540 |
clem9669/hashcat-rule | Provides pre-defined rules for cracking password hashes with hashcat and john. | 420 |
7kasper/bookshelf-bcrypt.js | Automates password hashing for bookshelf models using bcrypt | 0 |