cfc59d3e38
encryption.
8 lines
239 B
Text
8 lines
239 B
Text
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/
|