turtlemonvh / ionic-spark-utils

Utilities for working with Ionic encryption via Spark.
MIT License
0 stars 0 forks source link

Support for FPE #11

Open turtlemonvh opened 4 years ago

turtlemonvh commented 4 years ago

This should be considered experimental, but there is a library available, so we can add this as an option:

https://github.com/idealista/format-preserving-encryption-java

turtlemonvh commented 4 years ago

In addition to FPE, we can also support basic masking (which may be more useful in practice if we're using using this transform before displaying data). See Hashicorp's API design for their "transform" secrets engine here, which includes both of these approaches