METADATA 647 B

1234567891011121314151617
  1. Metadata-Version: 2.0
  2. Name: pyaes
  3. Version: 1.6.1
  4. Summary: Pure-Python Implementation of the AES block-cipher and common modes of operation
  5. Home-page: https://github.com/ricmoo/pyaes
  6. Author: Richard Moore
  7. Author-email: pyaes@ricmoo.com
  8. License: License :: OSI Approved :: MIT License
  9. Platform: UNKNOWN
  10. Classifier: Topic :: Security :: Cryptography
  11. Classifier: License :: OSI Approved :: MIT License
  12. A pure-Python implementation of the AES (FIPS-197)
  13. block-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB,
  14. OFB) with no dependencies beyond standard Python libraries. See README.md
  15. for API reference and details.