AES-Cryptography
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=="); 请问应该怎么处理,谢谢!
作者你好,我通过这种方法测试的时候一直报这个错误是为什么呢?对加密算法不是很了解,希望作者解答。 