Merge from vendor branch TNF:
[pkgsrc.git] / security / netpgp / DESCR
1 The netpgp library is a BSD-licensed library for managing PGP keys.
2
3 On top of the library, the netpgp command can digitally sign files and
4 verify that the signatures attached to files were signed by a given
5 user identifier.  netpgp can also encrypt files using the public or
6 private keys of users and, in the same manner, decrypt files which
7 were encrypted.
8
9 The netpgpkeys utility can also be used to generate a new key-pair for
10 a user.  This key is in two parts, the public key (which can be used
11 by other people) and a private key.
12
13 In addition to these primary uses, the third way of using netpgp is to
14 maintain keyrings.  Keyrings are collections of public keys belonging
15 to other users.  By using other means of identification, it is
16 possible to establish the bona fides of other users.  Once trust has
17 been established, the public key of the other user will be signed.
18 The other user's public key can be added to our keyring.  The other
19 user will add our public key to their keyring.