org.jasypt.exceptions.EncryptionOperationNotPossibleException
I am using Jasypt-1.9.0 with Spring 3.1 and Hibernate 4.0.1 . I have a requirement in my application to connect to database whose password(root) is stored in the encrypted form in the property file within the application. I looked online and found the way with following links: http://www.jasypt.org/spring31.html http://www.jasypt.org/hibernate.html http://www.jasypt.org/encrypting-configuration.html I have done following steps and configuration for my requirement: Added jasypt-1.9.0 and jasypt-hibernate4 -1.9.0 in build path. Added following in my dispatcher-servlet file: < bean id=