Bump security/authforce to version 0.9.9_5
[dports.git] / security / py-pyaes / pkg-descr
1 pyaes is a pure-Python implmentation of the AES block cipher algorithm and the
2 common modes of operation (CBC, CFB, CTR, ECB and OFB).
3
4 - Supports all AES key sizes
5 - Supports all AES common modes
6 - Pure-Python (no external dependancies)
7 - BlockFeeder API allows streams to easily be encrypted and decrypted
8 - Python 2.x and 3.x support
9
10 WWW: https://github.com/ricmoo/pyaes