Hi Team,
Recently we came across one requirement, where we have to update the Encryption Algorithm from PBEWithMD5AndDES to AES/ECB/PKCS5Padding
upon using the jsypt1.9.2.jar the encryption works well but during decryption it fails with the error
org.jasypt.exceptions.EncryptionOperationNotPossibleException:
Then we updated the jar jsypt1.9.3.jar where the encryption/decryption works well with standalone java programs, but the decryption still fails with spring boot application.
We're blocked due to this, please help us on the same.
Note : We updated the jce_policy as recommended over the jasypt dashboard but no luck