cs.Write(cipherBytes, 0, cipherBytes.Length); cs.Close();
in above code i am getting error padding is invalid and cannot be removed.
Please help me
Refer below links.
https://stackoverflow.com/questions/8583112/padding-is-invalid-and-cannot-be-removed
https://social.msdn.microsoft.com/Forums/vstudio/en-US/d1788582-bf8c-43ec-a686-49647c359136/unexplained-cryptographicexception-padding-is-invalid?forum=netfxbcl
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.