Fernet (symmetric encryption)

Fernet guarantees that a message encrypted using it cannot be manipulated or read without the key. Fernet is an implementation of symmetric (also known as “secret key”) authenticated cryptography.

Лицензия

Лицензия

The MIT License
Категории

Категории

Сеть
Группа

Группа

io.github.atkawa7
Идентификатор

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

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

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

1.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

Fernet (symmetric encryption)
Fernet guarantees that a message encrypted using it cannot be manipulated or read without the key. Fernet is an implementation of symmetric (also known as “secret key”) authenticated cryptography.
Ссылка на сайт

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

https://github.com/fernet/spec/

Скачать fernet

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

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

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

Версия
1.0.5
1.0.4