Encrypt

Encrypt

In this article

Overview

You can use this Snap to encrypt the document data that it receives on its input view using the AES algorithm and user-specified encryption parameters. Encrypts the document data(1st input view) based on configured column names from 2nd View, Format: [{\"fields\":[\"fieldA\", \"fieldB\"]}].

image-20260121-064518.png

 

Snap Type

AES Encrypt Snap is a write-type Snap.


Prerequisites

  •  

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 

Document





  • Min: 2

  • Max: 2

  • CSV Parser

  • JSON Generator

Note: First input view is used for data and second input view is used for fields.

Output

Document





  • Min: 1

  • Max: 1

  • CSV Formatter

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 ValueEncrypt
Example: Syngenta AES Encrypt



String

Specify the 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.



Transform type

 

Default Value: N/A
Example:***********************



String/Expression/Suggestion

Specify the transform type to use for encryption. Alternatively, click the Suggestion 

icon to select a desired transformation.

 

Avoid null value encryption

 

Default Value: Selected
ExampleSelected

Checkbox

Checkbox that will allow the user to setup whether he wants to encrypt if the value is null or it should be left as null.
 

Snap Execution

 

Default Value: Validate & Execute
Example: Execute only



Dropdown list

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

  • Validate & Execute: Performs limited execution of the Snap, and generates a data preview during Pipeline validation. Subsequently, 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 that are downstream from it.

Snap Pack History

Release

Snap Pack Version 

Date

Type

Updates

February 2026

main420

Feb 18, 2026

Stable

Updated and certified against the current SnapLogic Platform release.

November 2025

main386

Nov 12, 2025

Stable

Updated and certified against the current SnapLogic Platform release.