jasypt « Struts « JPA Q&A





1. Error implementing Jasypt with Hibernate 3 and Struts 2    stackoverflow.com

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 package="webapp.entity">

  <typedef name="encrypted" ...