Metadata-Version: 1.1
Name: PolyPasswordHasher
Version: 0.1.0-alpha
Summary: A Password hash storage scheme that prevents an attacker from cracking passwords individually and efficiently.
Home-page: https://github.com/PolyPasswordHasher/PolyPasswordHasher-Python
Author: PolyPasswordHasher Devs
Author-email: polypasswordhasher-dev@googlegroups.com
License: UNKNOWN
Description: 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
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Utilities
