Hi..I'm new to Rijndael Encryption algorithm. Does anyone know where to find tutorial or code regarding this topic? I need to create a 256-bit Rijndael encryption. Any help will be appreciated.
I believe there are already Open Source library that does that. Instead of re-inventing the wheel, why not collaborate with those developers to achieve better efficiency and optimal resource utilization?
Unless OP intend to have his own proprietary modified version of Rijndael Encryption algorithm ?
@Grey Wolf:
I'm looking to implement it by myself. Any recommended sources?
@CatFish:
Yeah, it's complex. That's why I need some guidance to implement this thing..The first link you gave, does it have the Rijndael encryption because I can't find one. Thanks...
Pratiwi,
There are, as Catfish says, implementations of Rijndael available from the first link[1] catfish posted.
Crypto++® Library 5.6.1[2] is a good library, I believe an earlier version is available from [1], look for Crypto32. Failing that, Googling "C++ implementing Rijndael " will get you lots of links to see how others have done it.
The second link (fips-197.pdf) looks like a good source of info on Rijndael, I have certainly added it to my library.
If you require more help then a little more info from you would be appreciated. We have no idea of your background in this area, you may well have more knowledge than me, as I only started looking at Cryptography earlier this year.