Short: GNU Privacy Guard Author: GnuPG Team, port by Uploader Uploader: amiga.asc@schwarzes.net (Andreas Schwarz) Type: util/crypt Version: 1.4.2-mos-rc1 Architecture: ppc-morphos Url: http://www.gnupg.org GnuPG is a complete and free replacement for PGP. Because it does not use the patented IDEA algorithm, it can be used without any restrictions. GnuPG is a RFC2440 (OpenPGP) compliant application. -- Installation -- For install, extract the gnupg archive to a place of your choice. If you often work with the shell, it's usefull to expand the path to the gnupg/bin folder. For working, gpg needs a place (working folder) where it can store the keyfiles, trustdb and user config. There are two ways to assign such place. 1. If $HOME is defined, gpg will use (and create if not exist) the $HOME/.gnupg/ folder. 2. Use $GNUPGHOME for setup the gpg working folder directly (this overrules $HOME/.gnupg/). Ensure that the folder exist, it will not created automatically. Example: setenv SAVE GNUPGHOME Work:Userdata/gnupg-home -- History -- 2006-01-07, Version 1.4.2-mos-rc1 - NEW: ent_from_windows() - collecting data (title, edge, size and flags) from intuition screens and windows to increase entropy. - IMPROVED: ent_from_doslist() - if dl->dol_Type is a volume, we put dol_VolumeDate to the entropy pool.