The GnuPG package contains a public/private key encryptor. This is becoming useful for signing files or emails as proof of identity and preventing tampering with contents of the file or email.
Download (HTTP): http://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.2.3.tar.bz2
Download (FTP): ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.2.3.tar.bz2
Download size: 2.2 MB
Estimated Disk space required: 26.1 MB
Estimated build time: 0.32 SBU
Install GnuPG by running the following commands:
./configure --prefix=/usr --libexecdir=/usr/lib && make && make install && chmod 4755 /usr/bin/gpg |