Metadata-Version: 2.1
Name: simple-pbkdf2
Version: 1.0
Summary: A simple and straightforward implementation of pbkdf2.  Also copy/pasteable
Home-page: http://github.com/mitsuhiko/python-pbkdf2
Author: Armin Ronacher
Author-email: armin.ronacher@active-4.com
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python

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.
