summaryrefslogtreecommitdiff
path: root/security/py-aes
AgeCommit message (Collapse)AuthorFilesLines
2022-01-22py-aes: fix PLIST for python 2.7wiz1-1/+2
2022-01-10py-aes: fix for python 2.7wiz1-5/+5
2022-01-10py-aes: convert to egg.mkwiz2-4/+8
2021-10-26security: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-07security: Remove SHA1 hashes for distfilesnia1-2/+1
2020-07-21py-aes: updated to 1.6.1adam2-11/+14
1.6.1: Fixed Blockfeeder incorrectly accepted empty string as input termiations Fixed typos in docs
2016-06-14Import pyaes-1.6.0 as security/py-aeskamil4-0/+48
A pure-Python implmentation of the AES block cipher algorithm and the common modes of operation (CBC, CFB, CTR, ECB and OFB). Features: - 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 (make sure you pass in bytes(), not strings for Python 3)