Getting Started with the Mezmo Platform
Manage Source Data
Build Telemetry Pipelines
Monitor Data and Create Alerts
Pipeline Destinations
Pipeline Processors
Reference
Other Mezmo Resources
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Decrypt Field Processor
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Description
This processor decrypts a single encrypted string using a defined secret as well as a specified Initialization Vector (IV) field.
Use
Typically you would use the Decrypt processor to remove the encryption applied by the Encrypt processor.
Configuration
The Decrypt processor uses the same configuration options as the Encrypt processor.
| Option | Description | Example |
|---|---|---|
| Field | The field you want to decrypt. | .foo |
| Encryption algorithm | The encryption algorithm to apply. These options also determine how many characters to use for the encryption key and initialization vector. | AES-256-CFB (key=32 characters, iv=16characters) |
| Encryption key | The key used by the algorithm to encrypt the field. | 6B58703273357638792F423F4528482B |
| Initialization vector (IV) field | This value is used by the algorithm as the initialization key. | .encrypt_iv |
Example
Before
JSON
{ "encrypt_iv": "FmXUb0OPOWm1A2kw6diKYw==", "foo": "vFza"}Decryption Options
| Option | Value |
|---|---|
| Field | .foo |
| Decryption algorithm | AES-256-CFB (key=32 characters, iv=16characters) |
| Decryption key | 6B58703273357638792F423F4528482B |
| Initialization vector (IV) field | .encrypt_iv |
After
JSON
{ "encrypt_iv": "FmXUb0OPOWm1A2kw6diKYw==", "foo": "bar"}Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on Mar 8, 2023
Was this page helpful?
Next to read:
Dedupe ProcessorDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message