Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 447 Bytes

README.rst

File metadata and controls

13 lines (9 loc) · 447 Bytes

python-bcrypt

python-bcrypt is a pure Python implementation of the bcrypt hashing algorithm. This is unlike py-bcrypt, which is just a wrapper around the bcrypt reference implementation written in C.

This library uses some of the Python parts of py-bcrypt, as well as Michael Gilfix's pure python blowfish implementation.