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 ...
0
votes
1answer
128 views
encrypting all values in a sql server coloumn
I am using java over sqlserver, and have a table with an unencrypted creditcard column.
How do i encrypt all the fields in the coulumn using AES encryption ?
a sql or java \jdbc\hibernate solution ...
0
votes
2answers
762 views
Error implementing Jasypt with Hibernate 3 and Struts 2
I'm trying to encrypt passwords in a webapp using Jasypt with hibernate 3. I followed the instructions on the jasypt website.
Here's my hibernate mapping :
<hibernate-mapping ...