PGPEncryption

Group

Postexecution

Function

This postexecuter encrypts with the PGP method.

Configuration file

None. Configuration is done directly with a string in field Config file.

Description


The postexecuter PGPEncryption can be used to encrypt data with the PGP method.

Note: For decryption, the preparser PGPDecryption can be used.

Description of Parameters


The string for field Config file has the following structure.

<pub-key-ring>;<recipient>;<signing>;<private-key>;<passphrase>;<format>


Parameter name

Description

pub-key-ring

Path to the key ring file with the public key.

recipient

Recipient, for whom the encryption is done (with public key).

signing

(true or false). If the file should be signed, the parameter has to be set to true. Note: If signing=false, then private-key and passphrase can be left empty.

private-key

Path to the key ring file with the private key.

passphrase

Password for the protection of the keyrings.

format

( true or false ). If true, then binary. If false, then ASCII armor.

PGP Keystores and Lobster_data


See section PGP Keyrings and Lobster_data.