mitsuhiko / python-pbkdf2

Because pbkdf2 is awesome and bcrypt is overkill
Other
149 stars 29 forks source link

py3 compat #4

Closed reedobrien closed 6 years ago

reedobrien commented 11 years ago

I updated simple-pbkdf2 to work under PY3.

Tested with 2.7.3 and 3.3.0 on OSX 10.8 and ubuntu 12.10. The tests all pass. I didn't do any benchmarking...

If you approve, have the time and can make a release that would be much appreciated.

mlopes commented 11 years ago

+1 for this to get merged and added to the package index.

jaraco commented 8 years ago

For those looking for a PyPI-installable Python 3-compatible pbkdf2 library - consider https://pypi.python.org/pypi/pbkdf2-ctypes.