Salut,
Quelle est la différence entre
gpg et
gpg2?
http://doc.ubuntu-fr.org/gnupg
NAME
gpg - OpenPGP encryption and signing tool
SYNOPSIS
gpg [--homedir dir] [--options file] [options] command [args]
DESCRIPTION
gpg is the OpenPGP part of the GNU Privacy Guard (GnuPG). It is a tool
to provide digital encryption and signing services using the OpenPGP
standard. gpg features complete key management and all bells and whis‐
tles you can expect from a decent OpenPGP implementation.
This is the standalone version of gpg. For desktop use you should con‐
sider using gpg2.
NAME
gpg2 - OpenPGP encryption and signing tool
SYNOPSIS
gpg2 [--homedir dir] [--options file] [options] command [args]
DESCRIPTION
gpg2 is the OpenPGP part of the GNU Privacy Guard (GnuPG). It is a tool
to provide digital encryption and signing services using the OpenPGP
standard. gpg2 features complete key management and all bells and whis‐
tles you can expect from a decent OpenPGP implementation.
In contrast to the standalone version gpg, which is more suited for
server and embedded platforms, this version is installed under the name
gpg2 and more targeted to the desktop as it requires several other mod‐
ules to be installed. The standalone version will be kept maintained
and it is possible to install both versions on the same system. If you
need to use different configuration files, you should make use of some‐
thing like ‘gpg.conf-2’ instead of just ‘gpg.conf’.
Donc en gros,
gpg c'est plus pour les serveurs,
gpg2 plutôt pour les desktops.
Mais concrètement, c'est quoi la différence?