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" ...