Gpg

From UVOO Tech Wiki
Revision as of 00:41, 29 June 2021 by Busk (talk | contribs) (Created page with "# Simple password on file ``` gpg -c a.txt echo RELOADAGENT | gpg-connect-agent gpg -d a.txt ```")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Simple password on file

gpg -c a.txt
echo RELOADAGENT | gpg-connect-agent
gpg -d a.txt