Last Version

commons-encryption 2.0.1

Utility project to provide common encryption support to applications. The goal being to provide encryption services to applications in as transparent and simple (while secure) method as possible.

License

License

Categories

Categories

Net
GroupId

GroupId

net.theblackchamber
ArtifactId

ArtifactId

commons-encryption
Version

Version

2.0.1
Type

Type

jar
Description

Description

commons-encryption
Utility project to provide common encryption support to applications. The goal being to provide encryption services to applications in as transparent and simple (while secure) method as possible.
Project URL

Project URL

http://theblackchamber.github.io/commons-encryption/
Project Organization

Project Organization

The Black Chamber
Source Code Management

Source Code Management

https://github.com/TheBlackChamber/commons-encryption

Download commons-encryption 2.0.1


<!-- https://jarcasting.com/artifacts/net.theblackchamber/commons-encryption/ -->
<dependency>
    <groupId>net.theblackchamber</groupId>
    <artifactId>commons-encryption</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.theblackchamber/commons-encryption/
implementation 'net.theblackchamber:commons-encryption:2.0.1'
// https://jarcasting.com/artifacts/net.theblackchamber/commons-encryption/
implementation ("net.theblackchamber:commons-encryption:2.0.1")
'net.theblackchamber:commons-encryption:jar:2.0.1'
<dependency org="net.theblackchamber" name="commons-encryption" rev="2.0.1">
  <artifact name="commons-encryption" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.theblackchamber', module='commons-encryption', version='2.0.1')
)
libraryDependencies += "net.theblackchamber" % "commons-encryption" % "2.0.1"
[net.theblackchamber/commons-encryption "2.0.1"]

Dependencies

compile (6)

Group / Artifact Type Version
org.bouncycastle : bcprov-jdk15on jar 1.67
org.jasypt : jasypt jar 1.9.3
com.google.crypto.tink : tink jar 1.5.0
commons-logging : commons-logging jar 1.2
commons-io : commons-io jar 2.8.0
org.apache.commons : commons-lang3 jar 3.11

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.