Decrypt
Kalipso - Form - Actions - Actions Description - Group Code - Decrypt
Last updated
Kalipso - Form - Actions - Actions Description - Group Code - Decrypt
Last updated
Decrypt a string or file based on a specified key.
Action available for the following operating systems:
Source Type - The type of the source that the user wants to decrypt. It can be one of:
1. File
2. Text
Password <string> - The password that the user wants to use to decrypt the data.
The maximum Password size is 32 bytes of UTF-8 chars.
Unicode - Defines if the files or text that the user wants to decrypt is in Unicode or not. It can be one of:
1. Yes
2. No
Source File <string> - The full path and file name of the source file or text. If it is text and it is an empty string the result will also be an empty string.
Target File <string> - The full path and file name of the destination file or text (decrypted file or decrypted text). If the Target File is a Control (example: an Input Box), the user may loose information, because the decrypted string can contain non printable chars.
Printable Chars - Defines if the chars are printable or not. If this option is 'YES' the string size is triple (3x). It can be one of:
1. Yes
2. No
Decryption is done using the Advanced decryption Standard 256 (AES).