Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitsuhiko/python-pbkdf2
Because pbkdf2 is awesome and bcrypt is overkill
https://github.com/mitsuhiko/python-pbkdf2
Last synced: 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-09T13:11:31.000Z (over 12 years ago)
- Last Synced: 2024-11-10T00:41:12.387Z (2 months ago)
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 149
- Watchers: 13
- 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.