AES-Cryptography icon indicating copy to clipboard operation
AES-Cryptography copied to clipboard

System.Security.Cryptography.CryptographicException:“填充无效,无法被移除。”

Open riypmZL opened this issue 1 year ago • 0 comments

你好! 在JAVA 里是可以解密的,在c#里,提示: System.Security.Cryptography.CryptographicException:“填充无效,无法被移除。”

byte[] a = Convert.FromBase64String("Xes//lJLDk+yy5v2ATq0HeMacjh3Mzi31xM6XS2v4UQ="); string result = DeAES(a, "QallLDLVHRL4Pd5LeZZ/QQ==");

请问应该怎么处理,谢谢!

riypmZL avatar Mar 16 '23 03:03 riypmZL