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

Results 2 AES-Cryptography issues
Sort by recently updated
recently updated
newest added

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

作者你好,我通过这种方法测试的时候一直报这个错误是为什么呢?对加密算法不是很了解,希望作者解答。 ![image](https://user-images.githubusercontent.com/41617530/59402675-0b13b400-8dd2-11e9-8097-17a58f42759b.png)