Tagged Questions

0
votes
0answers
46 views

Jasypt not working with Spring configuration

I am trying to use Jasypt to decrypt the password in my JDBC configuration file. I am using Java 6 with Spring 2.5.6. I am using the Spring examples here to guide me: …
1
vote
5answers
876 views

Password encryption with Spring/Hibernate - Jasypt or something else?

In a Java application stack with Spring & Hibernate (JPA) in the Data Access Layer, what are good methods of applying the password encryption (hopefully using annotations), and where can you find …