| rijndael
my C++ implementation
The Rijndael cryptography library is the result of a couple of days of "cryptography learning".
It is a C++ interface to the Vincent Rijmen's Rijndael block cipher:
it works on 128 , 192 , 256 bit keys and on 128 bit data blocks.
The core algorithm is based on the Vincent Rijmen and K.U.Leuven implementation version 2.4.
This library code is public domain.
Happy crypting! :)
download
| |