Difference between revisions of "Libgcrypt"

From Free Software Directory
Jump to: navigation, search
m (new release)
m (version 1.7.5)
(8 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|Name=Libgcrypt
 
|Name=Libgcrypt
 
|Short description=Cryptographic library
 
|Short description=Cryptographic library
|Full description=This is a general purpose cryptographic library based on the code from GnuPG. It provides functions for all cryptograhic building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all hash algorithms), public key algorithms (RSA, ElGamal, DSA), large integer functions, random numbers and a lot of supporting functions.
+
|Full description=This is a general purpose cryptographic library based on the code from [[GnuPG]]. It provides functions for all cryptograhic building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all hash algorithms), public key algorithms (RSA, ElGamal, DSA), large integer functions, random numbers and a lot of supporting functions.
 
|Homepage URL=https://www.gnu.org/software/libgcrypt/
 
|Homepage URL=https://www.gnu.org/software/libgcrypt/
|User level=intermediate
+
|User level=advanced
|VCS checkout command=-d :pserver:anoncvs@cvs.gnupg.org:/cvs/gnupg
+
|VCS checkout command=git clone git://git.gnupg.org/libgcrypt.git
 
|Computer languages=C
 
|Computer languages=C
 
|Documentation note=Programmer reference in Texinfo, Postscript, HTML included
 
|Documentation note=Programmer reference in Texinfo, Postscript, HTML included
Line 11: Line 11:
 
|Related projects=BeeCrypt, GPG
 
|Related projects=BeeCrypt, GPG
 
|Keywords=encryption,public key,digital signature,hash,libgcrypt
 
|Keywords=encryption,public key,digital signature,hash,libgcrypt
|Version identifier=1.6.0
+
|Version identifier=1.7.5
|Version date=2013/12/16
+
|Version date=2016/12/15
 
|Version status=stable
 
|Version status=stable
|Version download=ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.0.tar.gz
+
|Version download=ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.7.5.tar.gz
|Last review by=genium
+
|Last review by=Genium
|Last review date=2013/12/21
+
|Last review date=2016/12/22
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
Line 25: Line 25:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=LGPL
+
|License=LGPLv2.1orlater
|License verified by=Kelly Hopkins
+
|License verified by=Genium
|License verified date=2010-07-19
+
|License verified date=2016/02/25
 +
|License note=library
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv3
+
|License=GPLv2orlater
|License verified by=Kelly Hopkins
+
|License verified by=Genium
|License verified date=2010-07-19
+
|License verified date=2016/02/25
 +
|License note=manual and tools
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Werner Koch
 
|Real name=Werner Koch
 
|Role=Maintainer
 
|Role=Maintainer
|Email=libgcrypt@g10code.com
+
|Email=wk@gnupg.org
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 43: Line 45:
 
|Resource audience=Developer
 
|Resource audience=Developer
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://cvs.gnupg.org/cgi-bin/viewcvs.cgi/?root=Libgcrypt
+
|Resource URL=http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=summary
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 54: Line 56:
 
|Resource kind=E-mail
 
|Resource kind=E-mail
 
|Resource URL=mailto:gnupg-announce@gnupg.org
 
|Resource URL=mailto:gnupg-announce@gnupg.org
 +
}}
 +
{{Resource
 +
|Resource audience=Bugs
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://bugs.gnupg.org/gnupg/index
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 
|Internet-application=security
 
|Internet-application=security
 +
|Programming-language=C
 
|Use=internet-application, library, security
 
|Use=internet-application, library, security
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 16:54, 22 December 2016


[edit]

Libgcrypt

https://gnupg.org/software/libgcrypt/
Cryptographic library.

This is a general purpose cryptographic library based on the code from GnuPG. It provides functions for all cryptograhic building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all hash algorithms), public key algorithms (RSA, ElGamal, DSA), large integer functions, random numbers and a lot of supporting functions.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

4 September 2020

Notes

https://dev.gnupg.org/source/libgcrypt/browse/master/LICENSES

Applies to part:

  • random/jitterentropy-base.c
  • random/jitterentropy.h
  • random/rndjent.c (plus common Libgcrypt copyright holders)

Verified by

Genium

Verified on

4 September 2020

Notes

https://dev.gnupg.org/source/libgcrypt/browse/master/LICENSES

Applies to part:

  • cipher/arcfour-amd64.S

Verified by

Genium

Verified on

25 February 2016

Verified by

Genium

Verified on

4 September 2020




Leaders and contributors

Contact(s)Role
Werner Koch Maintainer
Jussi Kivilinna Joined the GnuPG project in 2012 and worked since then on assembler optimized code for cryptographic algorithms in Libgcrypt


Resources and communication

AudienceResource typeURI
DebianDeveloperhttps://tracker.debian.org/pkg/libgcrypt20
Mailing Listhttps://lists.gnupg.org/mailman/listinfo/gnupg-users/
GitVCS Repository Webviewhttps://dev.gnupg.org/source/libgcrypt.git
SavannahDeveloperhttps://savannah.gnu.org/projects/libgcrypt/
BugsBug Trackinghttps://dev.gnupg.org/
Mailing Listhttps://lists.gnupg.org/mailman/listinfo/gnupg-devel/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
WikiGeneralhttps://wiki.gnupg.org
FTPDownloadhttps://www.gnupg.org/ftp/gcrypt/libgcrypt/
WikidataGeneralhttps://www.wikidata.org/wiki/Q3237868
Security related bug reportsE-mailsecurity@gnupg.org


Software prerequisites




Entry
















"Bugs" 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.