blob: 2c313871aae87102000f1f0599f99da1b6044e40 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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/
|