License |
License
The MIT License
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdio.github.atkawa7 |
ArtifactId | ArtifactIdfernet |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFernet (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 |
Filename | Size |
---|---|
fernet-1.0.5.pom | |
fernet-1.0.5.jar | 13 KB |
fernet-1.0.5-sources.jar | 10 KB |
fernet-1.0.5-javadoc.jar | 414 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |