c0bc9257e9
common modes of operation. WWW: https://github.com/ricmoo/pyaes Approved by: swills (mentor, implicit)
10 lines
375 B
Text
10 lines
375 B
Text
pyaes is a pure-Python implmentation of the AES block cipher algorithm and the
|
|
common modes of operation (CBC, CFB, CTR, ECB and OFB).
|
|
|
|
- Supports all AES key sizes
|
|
- Supports all AES common modes
|
|
- Pure-Python (no external dependancies)
|
|
- BlockFeeder API allows streams to easily be encrypted and decrypted
|
|
- Python 2.x and 3.x support
|
|
|
|
WWW: https://github.com/ricmoo/pyaes
|