Encryption::PgpEncrypt | ||
Description | ||
Use PGP to encrypt a file. This plugin uses
the decryption routines in Bouncy
Castle. |
||
Options | ||
File to encrypt |
The file to sign and encrypt. | |
Outputfile |
The encrypted outputfile. | |
Public-Key
file |
The public-key file used to encrypt the file. |
|
Compression
Algorithm |
The algorithm used to compress the file. |
|
Encryption
Algorithm |
The algorithm used to encrypt the file. |
|
File
type |
The file type of the output file. |
|
Armour |
If enabled the file will be encoded in ASCII. |
|
Integrity
check |
If enabled this can be used to check if a file has been altered since it's creation. (it is also used by the PgpDecrypt plugin) |