Can someone help with difference in encrypted data? When I encrypt data (zero padded) using Rinjael in my C# application and then encrypt the same data using the BouncyCastle portable library then I get a similar result expect that the BouncyCastle library adds 16 bytes at the end of the encrypted data. Rinjael returns 160 bytes and BouncyCastle returns 176 bytes of which the first 160 is the same as the Rinjael library
I hope it is just a setting and you can help me Regards Jaco