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