Solve IllegalBlockSizeException: last block incomplete in decrypt

Source: Internet
Author: User

Recently implemented encryption and decryption, but found the following exceptions:
Javax. crypto. illegalBlockSizeException: last block incomplete in decryption at org. bouncycastle. jce. provider. JCEBlockCipher. engineDoFinal (JCEBlockCipher. java: 711) at javax. crypto. cipher. doFinal (Cipher. java: 1090)

Google, and summarize the results
Cause:
It may be because a string's byte [] string is directly encrypted into a ciphertext. During transmission, data may be lost due to the default encoding method. (If you have a better explanation, please note)
Solution:
The encrypted ciphertext is encrypted with base64 as a whole. During decoding, base64 is decrypted before DES/AES is decrypted. This ensures that the accepted data is correct and will not be missing.


From the white box

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.