bcrypt==5.0.0
# Modern password hashing for your software and your servers
$ pip install bcrypt
downloads/wk
0
license
Apache-2.0
version
5.0.0
python
>=3.8
What is bcrypt?
Bcrypt is a Python library that implements secure password hashing using the bcrypt algorithm, which is designed to be computationally expensive and resistant to brute-force attacks. Developers use it to safely store and verify user passwords in applications, ensuring that even if a password database is compromised, the actual passwords remain protected. It handles the complexity of proper password hashing so developers don't have to implement cryptographic best practices themselves.
Links
Dependencies (2)