Crypto

Crypto is a simple AES encrypt and decrypt library written in Kotlin.

License

License

GroupId

GroupId

com.github.marks-yag
ArtifactId

ArtifactId

crypto
Last Version

Last Version

0.9.11
Release Date

Release Date

Type

Type

jar
Description

Description

Crypto
Crypto is a simple AES encrypt and decrypt library written in Kotlin.
Project URL

Project URL

https://github.com/marks-yag/crypto
Source Code Management

Source Code Management

https://github.com/marks-yag/crypto

Download crypto

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50

test (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit jar 1.3.50
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

crypto

A simple Kotlin AES encrypt and decrypt library.

Versions

Version
0.9.11
0.9.10
0.9.9