j

jasypt-hibernate

Jasypt integration with Hibernate: allows encryption of texts on database transparently.
http://www.jasypt.org
The Apache Software License, Version 2.0
The JASYPT team
Daniel Fernandez Garrido
Files download
File Operation
jasypt-hibernate-1.1.jar download
jasypt-hibernate-1.1.pom download
jasypt-hibernate-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jasypt</groupId>
  <artifactId>jasypt-hibernate</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.jasypt:jasypt-hibernate:1.1'
Gradle Kotlin
implementation("org.jasypt:jasypt-hibernate:1.1")
Scala SBT
libraryDependencies += "org.jasypt" % "jasypt-hibernate" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jasypt', module='jasypt-hibernate', version='1.1')
)
Apache Ivy
<dependency org="org.jasypt" name="jasypt-hibernate" rev="1.1" />
Leiningen
[org.jasypt/jasypt-hibernate "1.1"]
Apache Buildr
'org.jasypt:jasypt-hibernate:jar:1.1'