Obfuscation

Joule provides an in-stream-obfruscation function to streaming events. This function is useful for Personal Identifiable Information de-identification.

Objective

Joule provides an in stream obfuscation function to streaming events. This function is useful for Personal Identifiable Information de-identification through the application of encryption, masking or bucketing.

Field level obfuscation is achieved by assigning the required obfuscation type to the field along settable attributes.

Uses

Some of the various uses for this class of obfuscation transformations:

  1. Encrypt and decrypt event fields using a performant RSA encryption with AES symmetric encryption process

  2. Mask PII to meet compliance policies and GDPR requirements

  3. Bucket PII information so that processing can occur without breaking any compliance policies.

  4. Redact, eliminate, sensitive event field data by either nullifying or replacing with a blank value.

Available obfuscation options

Last updated