GPG notes
Just some quick notes on GPG usage.
Encrypt a file to a public key:
gpg -r bakers@web-ster.com -e yum.txt
Encrypt (symmetric) a file with a password:
gpg -c yum.txt
Just some quick notes on GPG usage.
Encrypt a file to a public key:
gpg -r bakers@web-ster.com -e yum.txt
Encrypt (symmetric) a file with a password:
gpg -c yum.txt