Difference between revisions of "Gpg --encrypt"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
[[gpg --batch]] --yes --encrypt --trust-model always --output /tmp/encryption_tmp.gpg --recipient your-receipt /tmp/encryption_tmp
+
<code>[[gpg --batch]] --yes --encrypt --trust-model always --output /tmp/encryption_tmp.gpg --recipient your-receipt /tmp/encryption_tmp</code>
  
  

Revision as of 10:59, 4 July 2024

gpg --batch --yes --encrypt --trust-model always --output /tmp/encryption_tmp.gpg --recipient your-receipt /tmp/encryption_tmp


gpg --encrypt --recipient

gpg --encrypt --recipient [email protected] --recipient [email protected] doc.txt

Related

See also

Advertising: