iAmServerless / Blind-Signature

Blind Signature Using RSA and Elgamal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%