Tagged Questions
6
votes
6answers
11k 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 ...