Difference between revisions of "Gpg"
Jump to navigation
Jump to search
(Created page with "# Simple password on file ``` gpg -c a.txt echo RELOADAGENT | gpg-connect-agent gpg -d a.txt ```") |
(No difference)
|
Revision as of 00:41, 29 June 2021
Simple password on file
gpg -c a.txt echo RELOADAGENT | gpg-connect-agent gpg -d a.txt