Encrypting E-Mail with GnuPG
GnuPG (The GNU Privacy Guard) is a tool for secure communication and data storage.
It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is
compliant with the proposed OpenPGP Internet standard as described in RFC2440.
GnuPG is a complete and free alternative to PGP. Because it does not use
the patented IDEA algorithm, it can be used without any restrictions.
Installation
Connect to your Virtual Private Servers via SSH or Telnet and issue
this command:
% vinstall gnupg
Implementation
We strongly recomend you generate any keys on a local computer and not on a Virtual Private Server. GnuPG tends to be very
picky about the quality of random numbers when generating keys.
You can read more about using GnuPG in the on-line documentation:
|