Last Version

Spring Hibernate Entity Encryption 1.0.1

An entity encryption library that seamlessly encrypts when stored to database and decrypts when it is fetched.

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.github.mekuanent
ArtifactId

ArtifactId

spring-hibernate-entity-encryption
Version

Version

1.0.1
Type

Type

jar
Description

Description

Spring Hibernate Entity Encryption
An entity encryption library that seamlessly encrypts when stored to database and decrypts when it is fetched.
Project URL

Project URL

https://github.com/mekuanent/SpringHibernateEntityEncryption
Source Code Management

Source Code Management

http://github.com/mekuanent/SpringHibernateEntityEncryption/tree/master

Download spring-hibernate-entity-encryption 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.mekuanent/spring-hibernate-entity-encryption/ -->
<dependency>
    <groupId>com.github.mekuanent</groupId>
    <artifactId>spring-hibernate-entity-encryption</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mekuanent/spring-hibernate-entity-encryption/
implementation 'com.github.mekuanent:spring-hibernate-entity-encryption:1.0.1'
// https://jarcasting.com/artifacts/com.github.mekuanent/spring-hibernate-entity-encryption/
implementation ("com.github.mekuanent:spring-hibernate-entity-encryption:1.0.1")
'com.github.mekuanent:spring-hibernate-entity-encryption:jar:1.0.1'
<dependency org="com.github.mekuanent" name="spring-hibernate-entity-encryption" rev="1.0.1">
  <artifact name="spring-hibernate-entity-encryption" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mekuanent', module='spring-hibernate-entity-encryption', version='1.0.1')
)
libraryDependencies += "com.github.mekuanent" % "spring-hibernate-entity-encryption" % "1.0.1"
[com.github.mekuanent/spring-hibernate-entity-encryption "1.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.1.6.RELEASE
org.springframework.boot : spring-boot-starter-data-jpa jar 2.1.6.RELEASE

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.