Metadata-Version: 1.1
Name: pyscrypt
Version: 1.0
Summary: Pure-Python Implementation of the scrypt password-based key derivation function
Home-page: https://github.com/ricmoo/pyscrypt
Author: Richard Moore
Author-email: pyscrypt@ricmoo.com
License: License :: OSI Approved :: MIT License
Description: A very simple, pure-Python implementation of the scrypt
        password-based key derivation function with no dependencies beyond standard
        Python libraries.
Platform: UNKNOWN
Classifier: Topic :: Security :: Cryptography
Classifier: License :: OSI Approved :: MIT License
