Crypto

A easy to use cryptography library implementing common use cases for enterprise security requirements.

License

License

Categories

Categories

Net
GroupId

GroupId

net.prasenjit
ArtifactId

ArtifactId

crypto
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Crypto
A easy to use cryptography library implementing common use cases for enterprise security requirements.
Project URL

Project URL

http://www.prasenjit.net/crypto/
Source Code Management

Source Code Management

http://github.com/prasenjit-net/crypto/tree/master

Download crypto

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.16.16

test (2)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.11
junit : junit jar RELEASE

Project Modules

There are no modules declared in this project.

Java CI with Maven Maven Central

Crypto

This project is created to introduce beginners with the Cryptography World. This can also be used as a library in other projects easily. The power of this project lies in its simplicity.

Versions

Version
1.2
1.1
1.0