Research
Progress Report: Postscript
Extensions to the Paillier Cryptosystem
The article:
I. Damgaard, and M. Jurik: A Generalisation, a Simplification and
some Applications of Paillier's Probabilistic Public-Key System, to be
presented at PKC 2001.
Is Available in Postscript
Cryptosystem Implementation
Some source code implementing the cryptosystem is also available:
Small Example Voting System
Some source code implementing a CGI-service with a 2 candidate vote system:
Known Problems:
- The applet crashes netscape 4.7 on Mac.
- Problems using JNI on Linux with JDK1.3 due to error in Hotspot engine.
- Problems with name conflict in Bigwig/JNI in versions up to 1.4.2.
Old Voting System
This is an old version implementing the voting system with linear proofs, and few optimisations.
The Source code: