Search results for query: *

  1. L

    Question Managed Rijndael, encr. output is larger than input

    Solution Solution: Set the Padding to none, because there will be no more control informations attached to the crypted data. ' objRijndaelManaged.Padding=PaddingMode.None ' thx to Dave S. :) LastUser
  2. L

    Question Managed Rijndael, encr. output is larger than input

    Hi, I'm tried all the different samples for Managed Rijndael I found in the internet for .NET, like the one attached. Everytime I crypt an array of bytes whitch has a size of 128 Bytes (16*8), the encrypted result has a size of 144 Bytes (128+16). Everywhere you can read that Rijndaels AES is...
Back
Top