You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.
Hi, if i decrypt any String i get this Exception thrown. System.Security.Cryptography.CryptographicException: "Padding is invalid and cannot be removed."
This is the Code Used:
'Encrypt PasswordDimencrypter=NewEasyEncrypt_encrypted_passwd=encrypter.Encrypt("TestString",Encoding.Default)Console.WriteLine(_encrypted_passwd)'Decrypt PasswordDimdecrypter=NewEasyEncrypt_decrypted_passwd=decrypter.Decrypt(_encrypted_passwd,Encoding.Default)'Excepton is thrownConsole.WriteLine(_decrypted_passwd)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, if i decrypt any String i get this Exception thrown.
System.Security.Cryptography.CryptographicException: "Padding is invalid and cannot be removed."
This is the Code Used:
The text was updated successfully, but these errors were encountered: