Difference between revisions of "LibTMCG"
(updates) |
(New version) |
||
Line 3: | Line 3: | ||
|Short description=LibTMCG is a C++ library for creating secure electronic card games. | |Short description=LibTMCG is a C++ library for creating secure electronic card games. | ||
|Full description=LibTMCG is a C++ library for creating secure electronic card games. The most remarkable feature is the absence of a trusted third party (TTP), i.e. neither a central game server nor trusted hardware components are necessary. With the present library there is no need for an independent referee, because the applied protocols provide a basic level of confidentiality and fairness by itself. Consequently, the library is well-suited for peer-to-peer (P2P) environments where no TTP is available. Of course, we cannot avoid that malicious players share information about their private cards, but the protocols ensure that the shuffle of the deck is performed randomly (presumed that at least one player is honest) and thus the cards will be distributed uniformly among the players. Further, no coalition can learn the private cards of a player against his will (except for trivial conclusions). The corresponding cryptographic problem, actually called Mental Poker, has been studied since 1979 by many authors. LibTMCG provides the first practical implementation of such protocols. | |Full description=LibTMCG is a C++ library for creating secure electronic card games. The most remarkable feature is the absence of a trusted third party (TTP), i.e. neither a central game server nor trusted hardware components are necessary. With the present library there is no need for an independent referee, because the applied protocols provide a basic level of confidentiality and fairness by itself. Consequently, the library is well-suited for peer-to-peer (P2P) environments where no TTP is available. Of course, we cannot avoid that malicious players share information about their private cards, but the protocols ensure that the shuffle of the deck is performed randomly (presumed that at least one player is honest) and thus the cards will be distributed uniformly among the players. Further, no coalition can learn the private cards of a player against his will (except for trivial conclusions). The corresponding cryptographic problem, actually called Mental Poker, has been studied since 1979 by many authors. LibTMCG provides the first practical implementation of such protocols. | ||
+ | |Homepage URL=http://www.nongnu.org/libtmcg/ | ||
|User level=none | |User level=none | ||
− | |||
− | |||
− | |||
− | |||
|Computer languages=English | |Computer languages=English | ||
− | |||
|Paid support=http://savannah.nongnu.org/support/?group=libtmcg | |Paid support=http://savannah.nongnu.org/support/?group=libtmcg | ||
− | |||
− | |||
− | |||
− | |||
|Keywords=cryptography,Electronic Card Games,Mental Poker | |Keywords=cryptography,Electronic Card Games,Mental Poker | ||
− | | | + | |Version identifier=1.2.0 |
− | |Last review by= | + | |Version date=2016/12/31 |
− | |Last review date= | + | |Version status=stable |
+ | |Version download=http://download.savannah.gnu.org/releases/libtmcg/libTMCG-1.2.0.tar.gz | ||
+ | |Last review by=Alejandroindependiente | ||
+ | |Last review date=2017/01/21 | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
− | | | + | |Status= |
− | | | + | |Is GNU=No |
− | | | + | |License verified date=2006-04-20 |
− | | | + | }} |
+ | {{Project license | ||
+ | |License=GPLv2orlater | ||
+ | |License verified by=Ted Teah | ||
|License verified date=2006-04-20 | |License verified date=2006-04-20 | ||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Heiko Stamer | ||
|Role=Maintainer | |Role=Maintainer | ||
− | |||
|Email=stamer@gaos.org | |Email=stamer@gaos.org | ||
|Resource URL= | |Resource URL= | ||
Line 56: | Line 53: | ||
{{Software category | {{Software category | ||
|Interface=library | |Interface=library | ||
− | |||
|Software-development=programming-language | |Software-development=programming-language | ||
|Use=software-development | |Use=software-development | ||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
Line 73: | Line 64: | ||
|Prerequisite description=libgcrypt >= 1.2.0 | |Prerequisite description=libgcrypt >= 1.2.0 | ||
}} | }} | ||
+ | {{Featured}} |
Revision as of 18:07, 20 January 2017
LibTMCG
https://www.nongnu.org/libtmcg/
LibTMCG is a C++ library for creating secure electronic card games.
LibTMCG is a C++ library for creating secure electronic card games. The most remarkable feature is the absence of a trusted third party (TTP), i.e. neither a central game server nor trusted hardware components are necessary. With the present library there is no need for an independent referee, because the applied protocols provide a basic level of confidentiality and fairness by itself. Consequently, the library is well-suited for peer-to-peer (P2P) environments where no TTP is available. Of course, we cannot avoid that malicious players share information about their private cards, but the protocols ensure that the shuffle of the deck is performed randomly (presumed that at least one player is honest) and thus the cards will be distributed uniformly among the players. Further, no coalition can learn the private cards of a player against his will (except for trivial conclusions). The corresponding cryptographic problem, actually called Mental Poker, has been studied since 1979 by many authors. LibTMCG provides the first practical implementation of such protocols.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Heiko Stamer | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Bug Tracking | VCS Repository Webview | https://savannah.nongnu.org/bugs/?group=libtmcg |
Bug Tracking,Developer | Mailing List Info/Archive | https://lists.nongnu.org/mailman/listinfo/libtmcg-dev |
Help,Support | Mailing List Info/Archive | https://lists.nongnu.org/mailman/listinfo/libtmcg |
Developer | VCS Repository Webview | https://savannah.nongnu.org/cvs/?group=libtmcg |
Software prerequisites
Kind | Description |
---|---|
Required to build | libgcrypt >= 1.6.0 |
Required to build | libgmp >= 4.1 |
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.