Created
July 6, 2017 22:44
-
-
Save howardrotterdam/ed8e2b461d99519ec2e99ce988e5b88d to your computer and use it in GitHub Desktop.
Opensource Format Preserving Encryption Algorithm Library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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