Property Name | Description |
|---|---|
Public Key File (Encrypt) | File path to recipient’s public key file for encryption. Tip... This value can be stored in macros. |
Secret Key File (Decrypt) | File path to recipient’s secret key file for decryption. Tip... This value can be stored in macros. |
Secret Key Passphrase (Decrypt) | Passphrase to unlock secret key for decryption. |
Parameter | Description |
|---|---|
Source Message | The DJMessage object containing the source (either plain text to be encrypted, or encrypted text to be decrypted). Tip... The message body should contain the text. The message object must already exist in the process configuration, and must be initialized prior to the Invoker step. |
Target Message | The DJMessage object for the results of the Invoker step. Tip... The message body will store the results of the Invoker operation. The message object must already exist in the process configuration, and must be initialized prior to the Invoker step. |
Property Name | Description |
|---|---|
Operation | • Select Encrypt. |
Input | • From File - Select if the data you wish to encrypt is stored in a file. This is the default. • From Message - Select if the data you wish to encrypt is stored in a message. Tip... The input and output formats can be mixed (for example, you can input from a file and output to a message). However, the fastest option is to input from a file and output to a file. |
Input File | The path to the input file. This field is only visible when Input is set to From File. |
Output | • To File - Select if the data you wish to store the encrypted data in a file. This is the default. • To Message - Select if the data you wish to store the encrypted data in a message. Tip... The input and output formats can be mixed (for example, you can input from a file and output to a message). However, the fastest option is to input from a file and output to a file. |
Output File | The path to the output file. This field is only visible when Output is set to To File. |
ASCII Armor | • True - Formats encrypted output as ASCII text with headers and footers. This is the default. • False - Outputs data in binary format. |
Integrity Check | • True - Verifies that the data is not changed after encryption. Includes a hash value to validate whether encrypted contents have been altered after encryption. This is the default. • False - Does not verify that the data is not changed after encryption. |
Signing Secret Key | (Optional.) The path to the sender’s secret key. When this is provided, the encrypted file will also be signed using your secret key. |
Signing Passphrase | Required when a signing secret key is provided. The passphrase for unlocking the signing secret key. |
Property Name | Description |
|---|---|
Operation | • Select Decrypt. |
Input | • From File - Select if the data you wish to decrypt is stored in a file. This is the default. • From Message - Select if the data you wish to decrypt is stored in a message. Tip... The input and output formats can be mixed (for example, you can input from a file and output to a message). However, the fastest option is to input from a file and output to a file. |
Input File | The path to the input file. This field is only visible when Input is set to From File. |
Output | • To File - Select if the data you wish to store the decrypted data in a file. This is the default. • To Message - Select if the data you wish to store the decrypted data in a message. Tip... The input and output formats can be mixed (for example, you can input from a file and output to a message). However, the fastest option is to input from a file and output to a file. |
Output File | The path to the output file. This field is only visible when Output is set to To File. |
Signer Public Key | The path to the public key for the sender. When this is provided, the encrypted file will also be signed using your secret key. |