Skip to content

Instantly share code, notes, and snippets.

@howardrotterdam
Created July 6, 2017 22:44
Show Gist options
  • Select an option

  • Save howardrotterdam/ed8e2b461d99519ec2e99ce988e5b88d to your computer and use it in GitHub Desktop.

Select an option

Save howardrotterdam/ed8e2b461d99519ec2e99ce988e5b88d to your computer and use it in GitHub Desktop.
Opensource Format Preserving Encryption Algorithm Library
open source FPE implementation https://stackoverflow.com/questions/26782096/which-crypto-libararies-support-format-preserving-encryption-fpe
Java implementation: https://sourceforge.net/projects/format-preserving-encryption/
For privacy enhanced filtering: https://github.com/NCSC-NL/PEF/
a Java implementation of a format preserving encryption algorithm that is used to pseudonymize IP addresses of internet packets containing DNS data.
Golang implementation: https://github.com/capitalone/fpe
.Net implementation: https://www.openhub.net/p/dotfpe
Related Format-Abiding Encryption: https://libfte.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment