Skip to content

Decrypt File

heilingbrunner edited this page May 16, 2020 · 4 revisions

This command decrypts a selected file. The decryption result is saved to file. The extension *.asc will be removed.

Used GnuPG command:

gpg --homedir <path> --output <filename> --decrypt <filename>.asc

Clone this wiki locally