使用tomcat,我有两个web应用程序,即app1和app2。我以加密的形式(使用下面的代码)从app1向app2发送url。然后在app2,我解密了这个加密的url。"Getting javax.crypto.IllegalBlockSizeException: Input length must be multiple of 16 when decryptingwith padded cipher"
虽然对于调试,当我试图解密(使用</
byte[] encrypt = cipher2.doFinal(result_Bytes);
byte[] encrypt = cipher2.doFinal(result_Bytes);处的异常抛出javax.crypto.IllegalBlockSizeException: Input length must be multiple of 16 when decrypting with padded
我遵循了一个简单的加密和解密字符串的指南,但我不能以某种方式使其工作我只想加密一些个人数据,而不是密码
你们有什么想法吗?org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON: Input length must be multiple of 8exception is com.fasterxm