Anonymise IMSI
In-flight data anonymisation is a key feature for solutions that process sensitive data. Joule provides this feature through a custom encryption obfuscator.
This example performs field level anonymisation on the customer IMSI using RSA encryption. Encryption keys are dynamically generated from a random initialisation vector with the resulting keys stored in a user defined directory. Encryption processor Documentation can be found here.
Use case configuration
File: app-anonymisation.env
Pipeline configuration
This pipeline will encrypt the event IMSI using sytem generated keys.
Last updated