HI all,
I'm looking forward if anyone can help me in this, I'm using jasypt to decrypt an strong encrypted password during run time on WAS , since we migrated we are un able to decrypt the password due to the below error, seems that the java runtime is not set correctly, any one knows how to set the jre on WAS liberty correctly .
[err] org.jasypt.exceptions.EncryptionOperationNotPossibleException: Encryption raised an exception. A possible cause is you are using strong encryption algorithms and you have not installed the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files in this Java Virtual Machine
[err] at org.jasypt.encryption.pbe.StandardPBEByteEncryptor.handleInvalidKeyException(StandardPBEByteEncryptor.java:1073)
[err] at org.jasypt.encryption.pbe.StandardPBEByteEncryptor.decrypt(StandardPBEByteEncryptor.java:1050)
[err] at org.jasypt.encryption.pbe.StandardPBEStringEncryptor.decrypt(StandardPBEStringEncryptor.java:725)
[err] at org.jasypt.properties.PropertyValueEncryptionUtils.decrypt(PropertyValueEncryptionUtils.java:72)
[err] at org.jasypt.properties.EncryptableProperties.decode(EncryptableProperties.java:230)
[err] at org.jasypt.properties.EncryptableProperties.getProperty(EncryptableProperties.java:172)