Encryption::PgpDecrypt | ||
Description | ||
Decrypt a file that is encrypted with PGP. This plugin can also decrypt files that have been signed. If the "Check Integrity" flag is set on the input file the decryption proces will also verify if the integrity check passes verification. If not, the decryption will fail. This plugin uses
the decryption routines in Bouncy
Castle. |
||
Options | ||
File to decrypt |
The file to decrypt. | |
Outputfile |
The decrypted outputfile. |
|
Private-Key file |
The private-key file necessary to decrypt the file. |
|
Password |
The password for the private-key file. |