Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.