The GNU Privacy Guard 1.4.8 (Monolithic branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News The GNU Privacy Guard 1.4.8 (Monolithic branch)
# 1  
Old 01-27-2008
The GNU Privacy Guard 1.4.8 (Monolithic branch)

GnuPG (the GNU Privacy Guard or GPG) is GNU's 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. As such, it is meant to be compatible with PGP from NAI, Inc. Because it does not use any patented algorithms, it can be used without any restrictions. License: GNU General Public License (GPL) Changes:
The detection of keyrings specified multiple times was improved. Changes were made to cope better with broken keyservers. The "--openpgp" mode was updated to match the final OpenPGP standard RFC-4880. The older behavior is supported with "--rfc2440". A rare bug in decryption using the OpenPGP card was fixed. Several other minor enhancements and bugfixes were made. The license was changed to the GPLv3.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
gpa(1)								   User Commands							    gpa(1)

NAME
gpa - graphical frontend for the GNU Privacy Guard SYNOPSIS
gpa [OPTION(S)] [FILE(S)] DESCRIPTION
The GNU Privacy Assistant (GPA) is a graphical user interface for the GNU Privacy Guard (GnuPG). gpa can be used to encrypt, decrypt, and sign files, to verify signatures and to manage the private and public keys. OPTIONS
-c, --clipboard Open the clipboard. -C, --card Start with the card-manager open. -d, --daemon Enable the UI server. --disable-ticker Disable ticker used for card operations. -f, --files Start with the file-manager open. This is the default if one or more FILE(S) are added to the command arguments. -k, --keyring Start with the keyring editor. This is the default. -o, --options=FILE Read options from the specified file instead of ~/.gnupg/gpa.conf. -s, --settings Open the settings dialog. -x, --cms Enable basic support for X.509. -?, --help, --help-all Print usage information and exit. --help-gtk Print options related to GTK. See also gtk-options(7). -v, --version Print version information and exit. FILES
~/.gnupg/gpa.conf Standard user configuration file read by gpa on startup. BUGS
Please report bugs to <bug-gpa@gnupg.org>. AUTHORS
gpa was written by Miguel Coca, amongst others. This manual page was written by Arthur de Jong <adejong@debian.org> and Daniel Leidert <daniel.leidert@wgdd.de> for the Debian GNU/Linux system (but may be used by others). SEE ALSO
gpg(1), gpg2(1), gpgconf(1), gpgsm(1), gtk-options(7) gpa(1)