Blowfish Decrypt
In this article
Overview
This Snap decrypts the binary documents it receives on its input view using the Blowfish algorithm and user-specified encryption parameters.
Â
The default security in the JRE limits the key length for encryption keys. For stronger encryption keys, you must manually install the Java Cryptographic Extension JARs on your JCC nodes.
Snap Type
Blowfish Decrypt Snap is a TRANSFORM-type Snap that transforms the binary documents.
Prerequisites
None.
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 |
---|---|---|---|
Input | Document Binary Binary or Document  |
|
|
Output | Document Binary Binary or Document  |
|
|
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:
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 |
---|---|---|
Label*
| 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. |
Password  Default Value: N/A | String | Specify the string to generate a secret key and an initialization vector. If the secret key property is set, the password is ignored.
|
Secret key
| String | Specify the secret key used for decryption. |
Initialization vector  Default Value: N/A | String | Specify 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 | Dropdown list | Specify the mode of operation for a block cipher. The available options include: ECB, CBC, PCBC, CTR, CTS, CFB, CFB8, CFB16, CFB24, CFB32, CFB40, CFB48, CFB56, CFB64, OFB, OFB8, OFB16, OFB24, OFB32, OFB40, OFB48, OFB56, OFB64. |
Encryption padding*
| Dropdown list | Select the encryption padding from the list. The available options include:Â
|
Snap Execution
| Dropdown list | Select one of the following three modes in which the Snap executes:
|
Related Content
Have feedback? Email documentation@snaplogic.com | Ask a question in the SnapLogic Community
© 2017-2024 SnapLogic, Inc.