Metadata-Version: 2.4
Name: pyscrypt
Version: 1.6.2
Summary: Pure-Python Implementation of the scrypt password-based key derivation function and scrypt file format library
Home-page: https://github.com/ricmoo/pyscrypt
Author: Richard Moore
Author-email: pyscrypt@ricmoo.com
License: License :: OSI Approved :: MIT License
Classifier: Topic :: Security :: Cryptography
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: summary

A very simple, pure-Python implementation of the scrypt
password-based key derivation function and scrypt file format library with no
dependencies beyond standard Python libraries. See README.md for API
reference and details.
