...
...
Snap type: | Transform
| |||||||
---|---|---|---|---|---|---|---|---|
Description: | This Snap decrypts the binary documents that it receives on its input view using the Twofish algorithm and user-specified encryption parameters.
| |||||||
Prerequisites: | [None]
| |||||||
Support and limitations: |
| |||||||
Account: | This Snap uses account references created on the Accounts page of the SnapLogic Manager to handle access to this endpoint. This Snap supports a Symmetric crypto account or no account. See Binary Accounts for information on setting up this type of account.
| |||||||
Views: |
| |||||||
Settings | ||||||||
Label
| Required. | 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
| The string used to generate a secret key and an initialization vector. If the Secret key property is set, the password is ignored.
| |||||||
Secret key | The secret key used for decryption.
| |||||||
Initialization vector | The initialization vector used for decryption. It should be in hexadecimal format and should not be used in ECB mode.
| |||||||
Cipher mode | Required. | 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. Default value: ECB
| ||||||
Encryption padding | Required. | The encryption padding. The available options include: PKCS5PADDING, ISO10126PADDING, NOPADDING. Default value: PKCS5PADDING
|
...