Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-22 | py-aes: fix PLIST for python 2.7 | wiz | 1 | -1/+2 | |
2022-01-10 | py-aes: fix for python 2.7 | wiz | 1 | -5/+5 | |
2022-01-10 | py-aes: convert to egg.mk | wiz | 2 | -4/+8 | |
2021-10-26 | security: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -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-07 | security: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2020-07-21 | py-aes: updated to 1.6.1 | adam | 2 | -11/+14 | |
1.6.1: Fixed Blockfeeder incorrectly accepted empty string as input termiations Fixed typos in docs | |||||
2016-06-14 | Import pyaes-1.6.0 as security/py-aes | kamil | 4 | -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) |