aboutsummaryrefslogtreecommitdiff
path: root/security/py-pyaes/pkg-descr
blob: 74b804beb05f03fe2e78b0efb4dba2c16735668a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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