Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 385 Bytes

README.rst

File metadata and controls

8 lines (5 loc) · 385 Bytes

PolyPasswordHasher-Python

A Password hash storage scheme for Python that prevents an attacker from cracking passwords individually and efficiently.

Python implementation of the PolyPasswordHasher algorithm based on initial works from https://github.com/PolyPasswordHasher/PolyPasswordHasher under the MIT License

Supports Python versions 2.X, 3.X and PyPy