AES-Cryptography
AES-Cryptography copied to clipboard
System.Security.Cryptography.CryptographicException:“填充无效,无法被移除。”
你好! 在JAVA 里是可以解密的,在c#里,提示: System.Security.Cryptography.CryptographicException:“填充无效,无法被移除。”
byte[] a = Convert.FromBase64String("Xes//lJLDk+yy5v2ATq0HeMacjh3Mzi31xM6XS2v4UQ="); string result = DeAES(a, "QallLDLVHRL4Pd5LeZZ/QQ==");
请问应该怎么处理,谢谢!