Crypto

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

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.prasenjit
Идентификатор

Идентификатор

crypto
Последняя версия

Последняя версия

1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Crypto
A easy to use cryptography library implementing common use cases for enterprise security requirements.
Ссылка на сайт

Ссылка на сайт

http://www.prasenjit.net/crypto/
Система контроля версий

Система контроля версий

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

Скачать crypto

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok Необязательный jar 1.16.16

test (2)

Идентификатор библиотеки Тип Версия
commons-codec : commons-codec jar 1.11
junit : junit jar RELEASE

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.2
1.1
1.0