You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
678 B

4 years ago
  1. Metadata-Version: 2.1
  2. Name: pbkdf2
  3. Version: 1.3
  4. Summary: PKCS#5 v2.0 PBKDF2 Module
  5. Home-page: http://www.dlitz.net/software/python-pbkdf2/
  6. Author: Dwayne C. Litzenberger
  7. Author-email: dlitz@dlitz.net
  8. License: UNKNOWN
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: MIT License
  13. Classifier: Operating System :: OS Independent
  14. Classifier: Programming Language :: Python
  15. Classifier: Programming Language :: Python :: 2
  16. Classifier: Topic :: Security :: Cryptography
  17. This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0.