Skip to content

Implementing a simple blind digital signature voting algorithm using RSA

Notifications You must be signed in to change notification settings

robertDurst/BlindVoting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. ****

About

Implementing a simple blind digital signature voting algorithm using RSA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages