Skip to content

Files

Latest commit

 

History

History
12 lines (8 loc) · 872 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 872 Bytes

Blind Digital Signature Voting Scheme RSA Implementation in Python

For my final cryptography project regarding digital signatures, I implemeneted the blind digital signature voting scheme described by David Chaum in his paper . If you are interested in how I implemented this scheme, I describe my approach in this article.

To RUN:

Poll Listner = ws_app.py
Poll Booth (GUI) = electionPoll.py

**** You may need to install some modules suchs as websocket. This may be installed by: pip install websocket. ****