Last Version

Fernet (symmetric encryption) 1.0.5

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.

License

License

The MIT License
Categories

Categories

Net
GroupId

GroupId

io.github.atkawa7
ArtifactId

ArtifactId

fernet
Version

Version

1.0.5
Type

Type

jar
Description

Description

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.
Project URL

Project URL

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

Download fernet 1.0.5


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.