1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/security/py-pyaes/pkg-descr
Joseph Mingrone c0bc9257e9 security/py-pyaes: Pure-Python implementation of AES block-cipher and
common modes of operation.

WWW: https://github.com/ricmoo/pyaes

Approved by:	swills (mentor, implicit)
2017-03-23 02:33:45 +00:00

11 lines
375 B
Plaintext

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