Pyaes Versions Save

Pure-Python implementation of AES block-cipher and common modes of operation.

v1.6.1

4 years ago
  • Fixed Blockfeeder incorrectly accepted empty string as input termiations (#15)
  • Fixed typos in docs

v1.6.0

7 years ago
  • Fixed bug introduced in 1.5.0; stream API was broken
  • Added test cases for stream API

v1.3.0

9 years ago

Added decrypt_stream and encrypt_stream.

v1.2.0

9 years ago

Added Python 3 support.

v1.1.0

10 years ago

Version 1.1.0 released on pypi.

Added BlockFeeder.

v.1.0.0

10 years ago

Version 1.0.0 released on pypi.

The initial release.