Skip to content

Implementation of a Threshold Paillier Cryptosystem distributed key generation protocol

Notifications You must be signed in to change notification settings

ChristianMct/thresh-paillier-wo-td

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thresh-paillier-wo-td

Implementation of a Threshold Paillier Cryptosystem distributed key generation protocol without trusted party described by Takashi Nishide and Kouichi Sakurai in their paper "Distributed Paillier Cryptosystem without Trusted Dealer".

A patch for the Paillier Treshold Encryption Toolbox by UT Dallas is also provided to allow this toolbox to work with our generated keys.

Warning

The implementation is still incomplete and wasn't yet properly reviewed. Therefor, it shouldn't be considered as secure or used in some security-critical systems.

Compilation and test

Maven is used to manage dependencies and compiling. The following command lines will run the provided local test:

git clone https://github.com/ChristianMct/thresh-pailler-wo-td.git
cd thresh-pailler-wo-td
mvn package
cd target
java -cp classes/:test-classes/:libs/* ProtocolTest

About

Implementation of a Threshold Paillier Cryptosystem distributed key generation protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages