Skip to content

arisath/Blind-RSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blind RSA

Implementing the blind RSA scheme in Java

Generic badge fork this repo

The scheme was introduced by David Chaum and works as follows: the message to be signed is firstly blinded, this way the signing party does not learn its contents. The resulting signature can be publicly verified against the original, unblinded message in the manner of a regular digital signature. Blind signatures are typically employed in privacy-related protocols where the signing party and message author are distinct entities. Examples include cryptographic election systems and digital cash schemes.

Read more: https://en.wikipedia.org/wiki/Blind_signature

In our implementation:

Alice, the signing party, produces an RSA keypair and can use it to issue digital signatures

Bob wants to get a signature over a message without revealing its actual content to Alice

About

Implementing the blind RSA scheme in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages