f

fernet

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/
The MIT License
Philipp Grosswiler
Files download
File Operation
fernet-1.0.7.jar download
fernet-1.0.7.pom download
fernet-1.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.atkawa7</groupId>
  <artifactId>fernet</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.atkawa7:fernet:1.0.7'
Gradle Kotlin
implementation("io.github.atkawa7:fernet:1.0.7")
Scala SBT
libraryDependencies += "io.github.atkawa7" % "fernet" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.atkawa7', module='fernet', version='1.0.7')
)
Apache Ivy
<dependency org="io.github.atkawa7" name="fernet" rev="1.0.7" />
Leiningen
[io.github.atkawa7/fernet "1.0.7"]
Apache Buildr
'io.github.atkawa7:fernet:jar:1.0.7'
Dependencies