Difference between revisions of "LibGringotts"

From Free Software Directory
Jump to: navigation, search
(New version)
(Changed URLs added Debian Trisquel Old home GH page version)
 
Line 3: Line 3:
 
|Short description=Thread-safe library that encapsulates data in an encrypted file
 
|Short description=Thread-safe library that encapsulates data in an encrypted file
 
|Full description='libGringotts' is a small, thread-safe C library originally developed for Gringotts. Its purpose is to encapsulate data in an encrypted and compressed file. It uses strong cryptographic algorithms (RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, and 3DES for encryption, and SHA1 and RIPEMD-160 for hashing) to ensure that data is as safe as possible, and that the user has complete control over all encryption, hashing, and compression algorithms used in the process. It also provides functions for encrypting temporary files and to securely manage memory. It is based upon libmcrypt and mhash, and supports pkgconfig.
 
|Full description='libGringotts' is a small, thread-safe C library originally developed for Gringotts. Its purpose is to encapsulate data in an encrypted and compressed file. It uses strong cryptographic algorithms (RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, and 3DES for encryption, and SHA1 and RIPEMD-160 for hashing) to ensure that data is as safe as possible, and that the user has complete control over all encryption, hashing, and compression algorithms used in the process. It also provides functions for encrypting temporary files and to securely manage memory. It is based upon libmcrypt and mhash, and supports pkgconfig.
|Homepage URL=https://sourceforge.net/projects/gringotts.berlios
+
|Homepage URL=http://gringotts.shlomifish.org/
 
|User level=none
 
|User level=none
|VCS checkout command=password: anonymous
+
|Related projects=Aesutil, gringotts, cpm, hiera-eyaml, libtpl
|Computer languages=C
 
|Documentation note=User manual available in HTML format from http://devel.pluto.linux.it/projects/libGringotts/index.php?page=manual; User install guide available in HTML format from http://devel.pluto.linux.it/projects/libGringotts/index.php?page=install
 
|Related projects=Aesutil
 
 
|Keywords=security,cryptography,encryption,3DES,Twofish,hashing,thread-safe,RIJNDAEL 128/256,SERPENT,CAST256,SAFER+,LOKI97,SHA1,RIPEMD-160,libmcrypt,libmhash
 
|Keywords=security,cryptography,encryption,3DES,Twofish,hashing,thread-safe,RIJNDAEL 128/256,SERPENT,CAST256,SAFER+,LOKI97,SHA1,RIPEMD-160,libmcrypt,libmhash
|Version identifier=1.2.10
+
|Version identifier=1.2.1
|Version date=2009/06/13
+
|Version date=2003/04/24
 
|Version status=stable
 
|Version status=stable
|Version download=https://sourceforge.net/projects/gringotts.berlios/files/latest/download?source=files
+
|Version download=https://sourceforge.net/projects/gringotts.berlios/files/libgringotts-1.2.1.tar.bz2/download
|Version comment=1.2.10 stable released 2009-06-13
+
|Last review by=BABA200
|Last review by=Alejandroindependiente
+
|Last review date=2017/02/22
|Last review date=2017/01/20
 
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
Line 24: Line 20:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv2
+
|License=GPLv2orlater
|License verified by=Janet Casey
+
|License verified by=BABA200
|License verified date=2003-04-15
+
|License verified date=2017/02/22
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Germano Rizzo
 
|Real name=Germano Rizzo
 
|Role=Maintainer
 
|Role=Maintainer
|Email=mano@pluto.linux.it
+
|Email=mano78@users.sourceforge.net
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Shlomi Fish
 +
|Role=Maintainer
 +
|Email=shlomif@shlomifish.org
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Jose G. López
 +
|Role=Maintainer Debian
 +
|Email=josgalo@gmail.com
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Debian page
 +
|Resource kind=Homepage
 +
|Resource URL=https://tracker.debian.org/pkg/libgringotts
 +
}}
 +
{{Resource
 +
|Resource audience=Trisquel page
 +
|Resource kind=Homepage
 +
|Resource URL=http://packages.trisquel.info/belenos/libgringotts2
 +
}}
 +
{{Resource
 +
|Resource audience=GH page
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://cvs.pluto.linux.it/cgi/viewcvs.cgi/gringotts/libgringotts/?cvsroot=Devel
+
|Resource URL=https://github.com/shlomif/gringotts
 +
}}
 +
{{Resource
 +
|Resource audience=SF page
 +
|Resource kind=Download
 +
|Resource URL=https://sourceforge.net/projects/gringotts.berlios/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Developer,Support
+
|Resource audience=Homepage old archived
|Resource kind=E-mail
+
|Resource kind=Homepage
|Resource URL=mailto:mano@pluto.linux.it
+
|Resource URL=http://web.archive.org/web/20060215055335/http://devel.pluto.linux.it/projects/Gringotts/
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
 +
|Library=C
 +
|Programming-language=C
 
|Security=encryption
 
|Security=encryption
 
|Use=security
 
|Use=security

Latest revision as of 03:31, 22 February 2017


[edit]

libGringotts

http://gringotts.shlomifish.org/
Thread-safe library that encapsulates data in an encrypted file

'libGringotts' is a small, thread-safe C library originally developed for Gringotts. Its purpose is to encapsulate data in an encrypted and compressed file. It uses strong cryptographic algorithms (RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, and 3DES for encryption, and SHA1 and RIPEMD-160 for hashing) to ensure that data is as safe as possible, and that the user has complete control over all encryption, hashing, and compression algorithms used in the process. It also provides functions for encrypting temporary files and to securely manage memory. It is based upon libmcrypt and mhash, and supports pkgconfig.





Licensing

License

Verified by

Verified on

Notes

Verified by

BABA200

Verified on

22 February 2017




Leaders and contributors

Contact(s)Role
Germano Rizzo Maintainer
Shlomi Fish Maintainer
Jose G. López Maintainer Debian


Resources and communication

AudienceResource typeURI
Trisquel pageHomepagehttp://packages.trisquel.info/belenos/libgringotts2
Debian pageHomepagehttps://tracker.debian.org/pkg/libgringotts
Homepage old archivedHomepagehttp://web.archive.org/web/20060215055335/http://devel.pluto.linux.it/projects/Gringotts/
GH pageVCS Repository Webviewhttps://github.com/shlomif/gringotts
SF pageDownloadhttps://sourceforge.net/projects/gringotts.berlios/


Software prerequisites

KindDescription
Required to usezlib
Required to uselibmcrypt
Weak prerequisiteor 1.7 (both for building from CVS)
Weak prerequisiteautoconf 2.52 or later
Required to uselibbz2
Weak prerequisiteautomake 1.4x
Weak prerequisite1.6x
Required to uselibmhash
Weak prerequisitepkgconfig




Entry














"Maintainer Debian" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


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


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


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


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


"Homepage old archived" 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.