javax.crypto.BadPaddingException: Given final block not properly padded. Such issues can arise if a bad key is used during decryption**

后端 未结 0 988
一个人的身影
一个人的身影 2020-11-28 11:39

I have read the key from a file, but it shows me this error at the server side, it stops at the byte[] plaintext = cipher.doFinal(cipherText);

I tried to

相关标签:
回答
  • 消灭零回复
提交回复
热议问题