fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
337 B
Text
8 lines
337 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
|