FPE Encrypt

FPE Encrypt

In this article

Overview

You can use this Snap to encrypts data using AES-based Format-Preserving Encryption while maintaining the original format.

 

image-20260728-142331.png

Snap Type

FPE Encrypt Snap is a write-type Snap.


Prerequisites

  • A valid FPE account .

Support for Ultra Pipelines

Works in Ultra Pipelines.

Limitations and Known Issues

None.

Snap Views

Type

Format

Number of Views

Examples of Upstream and Downstream Snaps

Type

Format

Number of Views

Examples of Upstream and Downstream Snaps

Input 

Binary





  • Min: 1

  • Max: 1

  • JSON Generator

  • Mapper

Output

Binary





  • Min: 1

  • Max: 1

  • JSON Formatter

  • Decompress

Error

Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter while running the Pipeline by choosing one of the following options from the When errors occur list under the Views tab. The available options are:

  • Stop Pipeline Execution: Stops the current pipeline execution when the Snap encounters an error.

  • Discard Error Data and Continue: Ignores the error, discards that record, and continues with the rest of the records.

  • Route Error Data to Error View: Routes the error data to an error view without stopping the Snap execution.

Learn more about Error handling in Pipelines.

Snap Settings

  • Asterisk (*): Indicates a mandatory field.

  • Suggestion icon (): Indicates a list that is dynamically populated based on the configuration.

  • Expression icon (): Indicates whether the value is an expression (if enabled) or a static value (if disabled). Learn more about Using Expressions in SnapLogic.

  • Add icon (): Indicates that you can add fields in the field set.

  • Remove icon (): Indicates that you can remove fields from the field set.

 

Field Name

Field Type

Description

Field Name

Field Type

Description

Label*

 

Default Value: FPE Encrypt
Example: FPE Encrypt

String

Specify a name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your Pipeline.

 

Fields

Use this fieldset to define the field and datatype .

The Fields table allows you to specify which fields in your input document should be encrypted and how they

should be processed.

  • This field set supports pipeline parameters and support the upstream values.

Field

String/Expression

Map the field names which needs to be encrypted.

Default Value: N/A
Example:  $.ssn, $.creditCard, $.customer.email, $numberValue, $dateValue

Data Type

 

Dropdown

Select the data type of the field.

  • Default Value: N/A
    Example: 

  • Number

  • 2026-06-29T08:48:38.675

  • Date.now().toLocaleDateTimeString()

Pass through unmodified fields

 

Default Value: Not selected
Example: Selected 

Checkbox

If selected, the non-encrypted fields will be included into the output view.

Default ValueNot Selected
Example: Selected

Check Decrypt

 

Default Value: Not selected
Example: Selected

Checkbox

Used to immediately decrypt encrypted values to verify encryption correctness (adds overhead, recommended for development only).

Snap Execution

Dropdown list

Select one of the three following modes in which the Snap executes:

  • Validate & Execute. Performs limited execution of the Snap and generates a data preview during Pipeline validation, then performs full execution of the Snap (unlimited records) during Pipeline runtime.

  • Execute only. Performs full execution of the Snap during Pipeline execution without generating preview data.

  • Disabled. Disables the Snap and all Snaps downstream from it.

Default ValueValidate & Execute
ExampleExecute

Snap Pack History

Release

Snap Pack Version 

Date

Type

Updates

July 2026

main469

Jul 15, 2026

Stable

Updated and certified against the current SnapLogic Platform release.

July 2026

main487

Jul 28, 2026

Stable

Updated and certified against the current SnapLogic Platform release.