The release of GNU Privacy Guard version 2.0.0
[Posted November 15, 2006 by cook]
GNU Privacy Guard (GnuPG)
is an open-source encryption utility that was started in 1997 as a
replacement for the commercial application
PGP. GnuPG runs on
a wide variety of operating system platforms.
GnuPG is the GNU project's complete and free implementation of the OpenPGP standard as defined by
RFC2440. GnuPG allows to encrypt and sign your data and communication, features a versatile key manag[e]ment system as well as access modules for all kind of public key directories. GnuPG, also known as GPG, is a command line tool with features for easy integration with other applications. A wealth of frontend applications and libraries are available.
Stable version 2.0.0 of GnuPG has been
announced,
it represents an architectural design fork for the project.
GnuPG-2 has a different architecture than GnuPG-1 (e.g. 1.4.5) in that
it splits up functionality into several modules. However, both
versions may be installed alongside without any conflict. In fact,
the gpg version from GnuPG-1 is able to make use of the gpg-agent as
included in GnuPG-2 and allows for seamless passphrase caching. The
advantage of GnuPG-1 is its smaller size and the lack of dependency on
other modules at run and build time. We will keep maintaining GnuPG-1
versions because they are very useful for small systems and for server
based applications requiring only OpenPGP support.
New features in GnuPG version 2 include:
- A gpg-agent daemon for maintaining private keys and a passphrase cache.
- A new implementation of the S/MIME protocol via the gpgsm command line tool.
- The scdaemon daemon for accessing smart cards.
- The gpg-connect-agent tool, which allows scripts to access gpg-agent and scdaemon services.
- The gpgconf tool for maintaining configuration files.
- Support for the Dirmngr server, which manages certificate revocation lists and more.
- Secure Shell Agent protocol support and built-in ssh-agent capabilities.
- The addition of smart card support to the Secure Shell.
- Improved documentation.
The GnuPG project has succeeded in filling an important space in the
open-source tool collection. The release of version 2 shows that the
project is moving forward with the addition of a lot of new functionality.
(
Log in to post comments)