f

ff3

A Format-preserving encryption library for FF3-1
http://privacylogistics.com
The Apache License, Version 2.0
Brad Schoening
Files download
File Operation
ff3-1.0.4.jar download
ff3-1.0.4.pom download
ff3-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.mysto</groupId>
  <artifactId>ff3</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.mysto:ff3:1.0.4'
Gradle Kotlin
implementation("io.github.mysto:ff3:1.0.4")
Scala SBT
libraryDependencies += "io.github.mysto" % "ff3" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.mysto', module='ff3', version='1.0.4')
)
Apache Ivy
<dependency org="io.github.mysto" name="ff3" rev="1.0.4" />
Leiningen
[io.github.mysto/ff3 "1.0.4"]
Apache Buildr
'io.github.mysto:ff3:jar:1.0.4'