-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET C# "Padding is invalid and cannot be removed." #39
Comments
Make sure that the keys you use to encrypt and decrypt are the same. The padding method even if not explicitly set should still allow for proper decryption/encryption (if not set they will be the same). However if you for some reason are using a different set of keys for decryption than used for encryption you will get this error:
|
I see c sharp says don't use its buggy! Is it fixed? |
Where did you seen that? |
It's about c++, not about c sharp |
System.Security.Cryptography.CryptographicException: "Padding is invalid and cannot be removed."
The text was updated successfully, but these errors were encountered: