GuPG(GNU Privacy Guard)簡稱為GPG。GPG是完全符合IETF正進行標準化的OpenPGP協議RFC4880,因此可用於替代PGP。
GPG支援的演算法:
$echo "123456"|gpg -c >test.gpg Enter passphrase: Repeat passphrase:
$vim test Hello $gpg -c --cipher-algo BLOWFISH test Enter passphrase: Repeat passphrase: test.gpg