Decrypt To File Action
Description:
This Action decrypts a string to a file based on a specified key, encoding, and algorithm.


Properties:
Encoding:
Select the encoding of the text to decrypt.
Decryption Algorithm:
Select the algorithm to be used for the decryption.
Text to Decrypt:
Enter the text to decrypt. The text must be in the form of a base64 string.
Enter Decryption Key:
When choosing 'directly', the value entered in the Decryption Key field will be hidden.
When choosing 'as variable', a variable that stores the decryption key must be entered in this field. The '%' character will be treated as an indicator of the variable, not part of the key.
Decryption Key:
Enter the Decryption Key here. The decryption key value will be hidden.
Decrypt to File:
Select the file in which to save the decrypted text.
If File Exists:
Choose what to do in case the destination file already exists.
Decrypted File:
Enter a name for the output variable which will store the decrypted file for later processing.
Cipher Mode:
Select the cipher mode to use for the selected decryption algorithm.
Padding:
Select the padding to use for the selected decryption algorithm.
Block Size:
Select the block size in bits to use for the decryption.
Key Size:
Select the size of the key in bits to use for the decryption.
Use Salt:
Select whether to use Salt for the decryption.
Salt:
Enter the Salt to use for the decryption. The Salt value must be in the form of a base64 string.
Use IV (Initialization Vector):
Select whether to use an Initialization Vector.
IV (Initialization Vector):
Enter the Initialization Vector to use for the decryption. The Initialization Vector must be in the form of a base64 string.