“javax.crypto.IllegalBlockSizeException” and “Cipher functions:OPENSSL_internal:WRONG_FINAL_BLOCK_LENGTH”
The error you’re encountering is a javax.crypto.IllegalBlockSizeException, specifically caused by error:1e00007b:Cipher functions:OPENSSL_internal:WRONG_FINAL_BLOCK_LENGTH. This typically occurs when there’s an issue with the encryption or decryption process, such as an incorrect block size or padding.