Hi All,
Just wanna confirm my thoughts about CryptographicException on decryption. I have some tests, exactly the one with wrong passphraze. This test throws
System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed.
I was looking what would cause this. However I could not find anything. It leads me to conclusion that once I use wrong passphraze for decryption I got this error.
Am I right?
Thanks for any comments. Cheers, X.