Encryption::PgpSignAndEncrypt | ||
Description | ||
Use PGP to sign and encrypt a file. This plugin uses
the decryption routines in Bouncy
Castle. |
||
Options | ||
File to sign and encrypt |
The file to sign and encrypt. | |
Outputfile |
The signed and encrypted outputfile. | |
Private-Key
file |
The private-key file used to sign the file. |
|
Password |
The password for the private-key file. | |
Hashing
Algorithm |
The hashing algorithm used for signing. | |
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. |
|
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) |