Snap type:
Transform
In this article
Table of Contents |
---|
Overview
This Snap decrypts the binary documents that it receives on its input view using the AES algorithm and user-specified encryption parameters.
Note |
---|
The default security in the JRE limits the key length for encryption keys. For stronger encryption keys, you would need to manually install the Java Cryptographic Extension JARs on your JCC nodes. |
Snap Type
AES Decrypt Snap TRANSFORM-type Snap that transforms the binary documents.
Prerequisites
None.
Support for Ultra Pipelines
Works in Ultra Pipelines.
Expected upstream Snaps: AnySnap Views
Input | Document Binary Binary or Document |
| Any Snap that produces binary data in the output view such as File Reader or Compress. |
Works in Ultra Pipelines.
This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. This Snap supports a Symmetric crypto account, or no account. See Configuring Binary Accounts for information on setting up accounts that work with this Snap.
Input | This Snap has exactly one binary input view. |
---|---|
Output | This Snap has exactly one binary output view. |
Error | This Snap has at most one binary error view and produces binaries in the view. |
Settings
Label
Requires the EDI data and internal ID as a JSON document. | |||
Output | Document Binary Binary or Document |
| Any Snap that accepts binary data in the input view such as File Writer or Decompress. |
[None]
The EDI transaction ID and order confirmation. | ||||
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:
Learn more about Error handling in Pipelines. |
Snap Settings
Field Name | Field Type | Description | |
---|---|---|---|
Label* Default Value: AES Decrypt | String | Specify the name for the Snap. You can use a more specific label, especially if you have more than one of the same Snap in your |
Pipeline. | |||
Password Default Value:N/A | String | The string used to generate a secret key and an initialization vector. |
If Password is set, the Secret key is ignored.
| |
Secret key Default Value: N/A |
VsWLDQMvz9LaCaB3aaDHBw== | String | The secret key used for decryption. |
If Password is set, the Secret key is ignored. | |
Initialization vector Default Value: N/A |
6df68cdf3a6c48b2fde727541f3cecc | String | The initialization vector used for decryption. It should be in hexadecimal format, and |
should not be used in ECB mode. | |
Cipher mode Default Value: ECB |
CFB |
Dropdown list |
The mode of operation for a block cipher. |
The available options include: |
|
CFB88, CFB96, CFB104, CFB112, CFB120, CFB128,OFB, OFB8, |
|
OFB88, OFB96, |
Required. The encryption padding.
|
Default value: ECB
Encryption padding Default Value: PKCS5PADDING | Dropdown list | Choose the encryption padding from the list. The available options include: |
|
| |
Snap Execution |
Default Value: Validate & Execute | Dropdown list | Select one of the three modes in which the Snap executes. Available options are:
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|