Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Field Name

Field Type

Description

Label*

Default ValueAES Decrypt
ExampleAES 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
Example: K1qjoeFQTr



String

Specify the string used to generate a secret key and an initialization vector. 

  • If Password is set, the Secret key is ignored.

  • This field is currently not encrypted at rest and is saved and exported in plaintext. For any shareable secrets that require encryption at rest, we recommend you use a Secret key in the Symmetric Crypto Account. Using a Secret key Symmetric Crypto Account ensures that your sensitive information is protected and secure. 

Secret key

Default Value: N/A
Example: VsWLDQMvz9LaCaB3aaDHBw==


String

Specify the secret key used for decryption. 

  • If Password is set, the Secret key is ignored.

  • This field is currently not encrypted at rest and is saved and exported in plaintext. For any shareable secrets that require encryption at rest, we recommend you use a Secret key in the Symmetric Crypto Account. Using a Secret key Symmetric Crypto Account ensures that your sensitive information is protected and secure.  

Initialization vector

Default Value: N/A
Example: 6df68cdf3a6c48b2fde727541f3cecc


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
Example: CFB

Dropdown list

Specify the mode of operation for a block cipher. Available options include: 
ECB, CBC, PCBC, CTR, CTS, CFB, CFB8, CFB16, CFB24, CFB32, CFB40, CFB48, CFB56, 
CFB64, CFB72, CFB80, CFB88, CFB96, CFB104, CFB112, CFB120, CFB128,OFB, OFB8, 
OFB16, OFB24, OFB32, OFB40, OFB48, OFB56, OFB64, OFB72, OFB80, OFB88, OFB96, 
OFB104, OFB112, OFB120, OFB128

Encryption padding

Default Value: PKCS5PADDING
Example: NOPADDING

Dropdown list

Choose the encryption padding from the list. Available options include: 

  • PKCS5PADDING

  • ISO10126PADDING

  • NOPADDING

Snap Execution

Default Value: Validate & Execute
Example: Execute only


Dropdown list

Select one of the three modes in which the Snap executes. Available options are:

  • 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.

...