Skip to content

iAmServerless/Blind-Signature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blind-Signature

Blind Signature Using RSA and Elgamal

Blind signature is the signing scheme where signer don't know the content of the message he/she is signing. It has vast applications in future application like digital cash, E- voting. I implimented blind signature in RSA and Elgamal using Python language. RSA blind signature scheme is quite easy to impliment but it is prone to RSA blinding attack and also, if the message is same user gets same signature every time. In Elgamal blind signature we use a random parameter which changes the signature every time.

In our implimentation blind signature using Elgamal can be used as normal signature scheme if we take the value of blinding factor as 1.

About

Blind Signature Using RSA and Elgamal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages