1
votes
votes
2 answers
Rijndael algorithm is acting senselessly!!
Ok, I'm trying to use Rijndael to do some block encryption. Encryption seems to be working fine, but decryption is presenting very, very odd behavior which makes no sense. Here's my code: [code] public static void UnitTest_Rijndael ...
