Metadata-Version: 2.0
Name: password-hashing-python
Version: 0.1.0
Summary: Python implementation of https://github.com/defuse/password-hashing (v1.0)
Home-page: https://github.com/murrple-1/password-hashing-python
Author: Murray Christopherson
Author-email: murraychristopherson@gmail.com
License: UNKNOWN
Keywords: password hashing pbkdf2
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: six
Requires-Dist: streql

# password-hashing-python

Python implementation of https://github.com/defuse/password-hashing (v1.0)


