mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
cfc59d3e38
encryption.
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
AESCrypt - aes-rb:
|
|
|
|
This is an all-C (for performance) implementation of the AES
|
|
(Rijndael) encryption algorithm for Ruby, implementing ECB and CFB-128
|
|
modes.
|
|
|
|
Author: Eric Lee Green <eric@badtux.org>
|
|
WWW: http://aescrypt.sourceforge.net/
|