1
vote
5answers
1k 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 …
