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.2.jar download
ff3-1.0.2.pom download
ff3-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.mysto</groupId>
  <artifactId>ff3</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.mysto:ff3:1.0.2'
Gradle Kotlin
implementation("io.github.mysto:ff3:1.0.2")
Scala SBT
libraryDependencies += "io.github.mysto" % "ff3" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.mysto', module='ff3', version='1.0.2')
)
Apache Ivy
<dependency org="io.github.mysto" name="ff3" rev="1.0.2" />
Leiningen
[io.github.mysto/ff3 "1.0.2"]
Apache Buildr
'io.github.mysto:ff3:jar:1.0.2'