Difference between revisions of "Gnupg"

From Free Software Directory
Jump to: navigation, search
m (version 2.1.11)
m (url)
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=GNU Privacy Guard (GPG)
+
|Name=The GNU Privacy Guard
 
|Short description=Complete implementation of the OpenPGP Internet standard
 
|Short description=Complete implementation of the OpenPGP Internet standard
|Full description='''Also known as GNU Privacy guard, this package is a complete and free replacement for PGP.'''
+
|Full description='''GnuPG''' is a complete implementation of the OpenPGP standard. It is used to encrypt and sign data and communication. It features powerful key management and the ability to access public key servers.  
  
It can be used to encrypt data and create digital signatures. It does not use any patented algorithms. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in [http://tools.ietf.org/html/rfc4880 RFC4880]. 'GnuPG' currently supports ElGamal (signature and encryption), DSA, RSA, AES, 3DES. Blowfish, Twofish, CASTS, MD5, SHA-1, RIPE-MD-160 and TIGER, and has language support for sixteen different languages.
+
This package, 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.
 
 
It is believed to be fully OpenPGP (as defined in RFC4880) conform, and has integrated support for HKP keyservers. There are a lot of useful extra features like anonymous message recipients.
 
 
|Homepage URL=https://www.gnupg.org/
 
|Homepage URL=https://www.gnupg.org/
 
|User level=intermediate
 
|User level=intermediate
 
|VCS checkout command=git clone git://git.gnupg.org/gnupg.git
 
|VCS checkout command=git clone git://git.gnupg.org/gnupg.git
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=* [http://www.gnupg.org/documentation/guides.en.html English user manual]
+
|Documentation note=Full documentation available at: https://www.gnupg.org/documentation/index.html
* [http://www.gnupg.org/documentation/guides.es.html Spanish user manual]
 
  
* [http://www.dewinter.com/gnupg_howto/english/ English HOWTO]
+
=== Notes ===
* [http://www.gnupg.org/howtos/fr/ French HOWTO]
+
Even if you have nothing to hide, using encryption helps protect the privacy of people you communicate with, and makes life difficult for bulk surveillance systems. If you do have something important to hide, you are in good company; '''GnuPG''' is one of the tools that Edward Snowden used to uncover the secrets of the NSA.  
* [http://www.gnupg.org/howtos/de/ German HOWTO]
+
 
* [http://www.dewinter.com/gnupg_howto/spanish Spanish HOWTO]
+
See also  the [https://emailselfdefense.fsf.org/ Email Self-Defense] site to learn how and why you should use GnuPG for your electronic communication.
|Paid support=Paid technical support, consulting, and development available from http://www.g10code.de/
+
|Paid support=http://www.g10code.de/
|Donate=https://www.gnupg.org/cgi-bin/procdonate.cgi
+
|Donate=https://www.gnupg.org/donate/
|Related projects=GPGME, Samhain, bugs, gpa, gnu-crypto, GNUtls, MH-E
+
|IRC general=irc://irc.freenode.net/#gnupg
 +
|Related projects=GPGME, Samhain, bugs, gpa, gnu-crypto, GNUtls, libgcrypt
 
|Keywords=security, gpg, encryption, key, pgp, decryption, digital signature, gpg key, gpgkey
 
|Keywords=security, gpg, encryption, key, pgp, decryption, digital signature, gpg key, gpgkey
|Version identifier=2.1.11
+
|Version identifier=2.1.18
|Version date=2016/01/26
+
|Version date=2017/01/23
|Version status=developmental
+
|Version status=stable
|Version download=ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.1.11.tar.bz2
+
|Version download=ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.1.18.tar.bz2
 
|Last review by=Genium
 
|Last review by=Genium
|Last review date=2016/01/27
+
|Last review date=2017/01/24
 
|Submitted by=WikiSysop
 
|Submitted by=WikiSysop
 
|Submitted date=2011/04/12
 
|Submitted date=2011/04/12
Line 53: Line 51:
 
|Resource audience=Developer
 
|Resource audience=Developer
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://www.gnupg.org/download/cvs_access.en.html
+
|Resource URL=https://git.gnupg.org/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource audience=User & Developer
|Resource kind=E-mail
+
|Resource kind=Mailing List Subscribe
|Resource URL=mailto:announce@gnupg.org
+
|Resource URL=https://lists.gnupg.org/mailman/listinfo/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 94: Line 92:
 
|Resource kind=Homepage
 
|Resource kind=Homepage
 
|Resource URL=https://wiki.gnupg.org/
 
|Resource URL=https://wiki.gnupg.org/
 +
}}
 +
{{Resource
 +
|Resource audience=Guix
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.gnu.org/software/guix/packages/g.html
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Homepage
 +
|Resource URL=https://packages.debian.org/jessie/gnupg
 +
}}
 +
{{Resource
 +
|Resource audience=Gentoo
 +
|Resource kind=Homepage
 +
|Resource URL=https://packages.gentoo.org/packages/app-crypt/gnupg
 +
}}
 +
{{Resource
 +
|Resource audience=FreeBSD
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.freshports.org/security/gnupg/
 +
}}
 +
{{Resource
 +
|Resource audience=NetBSD
 +
|Resource kind=Homepage
 +
|Resource URL=http://pkgsrc.se/security/gnupg21
 +
}}
 +
{{Resource
 +
|Resource audience=User
 +
|Resource kind=General
 +
|Resource URL=https://emailselfdefense.fsf.org/
 
}}
 
}}
 
{{Software category
 
{{Software category
|Interface=command-line
+
|Interface=command-line, library
 
|Internet-application=privacy
 
|Internet-application=privacy
 
|Programming-language=C
 
|Programming-language=C
 +
|Runs-on=BSD, GNU/Linux, GNU/Hurd
 
|Security=authentication, encryption
 
|Security=authentication, encryption
|Use=security
+
|Use=security, software-development
 
}}
 
}}
 
{{Featured
 
{{Featured

Revision as of 20:11, 24 January 2017


[edit]

GNU Privacy Guard

https://gnupg.org/
Complete implementation of the OpenPGP Internet standard.

GnuPG is a complete implementation of the OpenPGP standard. It is used to encrypt and sign data and communication. It features powerful key management and the ability to access public key servers.

This package, 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.

Notes

Even if you have nothing to hide, using encryption helps protect the privacy of people you communicate with, and makes life difficult for bulk surveillance systems. If you do have something important to hide, you are in good company; GnuPG is one of the tools that Edward Snowden used to uncover the secrets of the NSA.

See also the Email Self-Defense site to learn how and why you should use GnuPG for your electronic communication.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

17 July 2020

Notes

Applies to part: Regular expression support (regexp/utf8.[ch], see regexp/LICENSE)

License

Spencer-86

Verified by

Genium

Verified on

17 July 2020

Notes

Applies to part:: Regular expression support (regexp/jimregexp.[ch])

License

Expat

Verified by

Genium

Verified on

17 July 2020

Notes

Applies to part: DNS resolver

Verified by

Genium

Verified on

17 July 2020

Notes

Applies to part: TinySCHEME

License

Unicode

Verified by

Genium

Verified on

17 July 2020

Verified by

Genium

Verified on

17 July 2020

Notes

https://dev.gnupg.org/source/gnupg/browse/master/AUTHORS
Note that some files are under a combination of the GNU Lesser General Public License, version 3 (see file COPYING.LGPL3 and the GNU General Public License, version 2 (see file COPYING.GPL2). Some files are under the GNU Lesser General Public License, version 2.1 (see file COPYING.LGPL21). A few files carry an all permissive license note as found at the bottom of this file. A few files are distributed under permissive licenses as listed in the file COPYING.other. Some other small files are distributed under the Creative Commons Zero license (see file COPYING.CC0) which basically puts them into the public domain.




Leaders and contributors

Contact(s)Role
Werner Koch Author & maintainer


Resources and communication

AudienceResource typeURI
FTPDownloadftp://ftp.gnupg.org/gcrypt/gnupg/
DebianDeveloperhttps://tracker.debian.org/pkg/gnupg1
WikiGeneralhttps://wiki.gnupg.org
ProgrammersMailing Listhttps://lists.gnupg.org/mailman/listinfo/gnupg-devel/
WikidataGeneralhttps://www.wikidata.org/wiki/Q223204
SavannahDeveloperhttps://savannah.gnu.org/projects/gnupg/
DebianDeveloperhttps://tracker.debian.org/pkg/gnupg2
Bug reportsBug Trackinghttps://dev.gnupg.org/
End-usersMailing Listhttps://lists.gnupg.org/mailman/listinfo/gnupg-users/
GitVCS Repository Webviewhttps://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git


Software prerequisites




Entry












"User & Developer" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Bug Report" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Bugs" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.










"Wiki" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Guix" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Gentoo" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FreeBSD" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"NetBSD" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.