Encrypt From File Action
Description:
This Action encrypts the contents of a file, using a key, specified algorithm and encoding.


Properties:
Encoding:
Select the encoding of the text to encrypt.
Encryption Algorithm:
Select the algorithm to be used for the encryption.
File to Encrypt:
Select the text file that stores the contents to encrypt.
Enter Encryption Key:
When choosing 'directly', the value entered in the Encryption Key field will be hidden.
When choosing 'as variable', a variable that stores the encryption key must be entered in this field. The '%' character will be treated as an indicator of the variable, not part of the key.
Encryption Key:
Enter the Encryption Key here. The encryption key value will be hidden.
Encrypted Text:
Enter a name for the output variable that will store the text of the encrypted file for later processing.
Cipher Mode:
Select the cipher mode to use for the selected encryption algorithm.
Padding:
Select the padding to use for the selected encryption algorithm.
Block Size:
Select the block size in bits to use for the encryption.
Key Size:
Select the size of the key in bits to use for the encryption.
Use Salt:
Select whether to use Salt for the encryption.
When choosing to use a randomly generated Salt, its output will be stored in an output variable in the form of a base64 string.
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.
When choosing to use a randomly generated Initialization Vector, its value will be stored in an output variable in the form of a base64 string.