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.

17 lines
630 B

4 years ago
  1. Metadata-Version: 2.1
  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.