Jasypt integration with Hibernate: allows encryption of texts on database transparently.
'org.jasypt:jasypt-hibernate:1.0'
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt-hibernate</artifactId>
<version>1.0</version>
</dependency>
<dependency org="org.jasypt" name="jasypt-hibernate" rev="1.0"/>
"org.jasypt", "jasypt-hibernate", "1.0"