https://github.com/mitsuhiko/python-pbkdf2
Because pbkdf2 is awesome and bcrypt is overkill
https://github.com/mitsuhiko/python-pbkdf2
Last synced: about 2 months ago
JSON representation
Because pbkdf2 is awesome and bcrypt is overkill
- Host: GitHub
- URL: https://github.com/mitsuhiko/python-pbkdf2
- Owner: mitsuhiko
- License: other
- Created: 2011-10-21T19:47:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-09T13:11:31.000Z (about 13 years ago)
- Last Synced: 2025-04-01T00:07:56.703Z (3 months ago)
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 149
- Watchers: 12
- Forks: 29
- Open Issues: 5
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
PBKDF2 for Python because bcrypt is overkill
Unlike bcrypt this is easy to understand, secure enough given a sufficently
random salt and implemented on top of the stdlib in about 20 lines of code.
Also easy to understand and analyze.Tests included.
Happy hashing.