bcrypt
Password hasher
A modern password hashing library for Python
Modern(-ish) password hashing for your software and your servers
1k stars
27 watching
168 forks
Language: Python
last commit: 3 days ago
Linked from 1 awesome list
python
Related projects:
Repository | Description | Stars |
---|---|---|
maxcountryman/flask-bcrypt | Provides a secure way to store and verify passwords in a slow and computationally expensive hashing algorithm | 326 |
bcryptnet/bcrypt.net | An enhanced C# implementation of the bcrypt password hashing algorithm | 839 |
dnaeon/cl-bcrypt | Provides functions to generate, parse and verify bcrypt password hashes | 13 |
pyca/pynacl | A Python interface to cryptographic primitives and protocols | 1,077 |
f0cker/pyhashcat | A Python binding to a popular password cracking tool | 31 |
manelli/ex_bcrypt | An Elixir module for hashing and verifying passwords using the OpenBSD bcrypt algorithm | 3 |
bcrypt-ruby/bcrypt-ruby | A Ruby binding for the OpenBSD bcrypt() password hashing algorithm | 1,928 |
ctxis/crackerjack | A web interface for password cracking tool Hashcat | 357 |
quahac/burp-intruder-hashcat-maskprocessor | A tool for generating password candidates with customizable masks and keyspaces | 19 |
ultrahorizon/pyargon2 | An implementation of Argon2 password hashing algorithm in Python | 17 |
7kasper/bookshelf-bcrypt.js | Automates password hashing for bookshelf models using bcrypt | 0 |
d4vinci/elpscrk | A password generator tool based on user profiling and statistics | 788 |
zitadel/passwap | Provides a unified implementation of multiple password hashing algorithms. | 51 |
neokushan/bcrypt.net-core | A .NET Core port of BCrypt.net with enhancements and compatibility for both full .NET Framework and .NET Core. | 216 |
bsiddiqui/bookshelf-bcrypt | Automates password hashing and verification in bookshelf models | 16 |