Signatures with efficient protocols
From HandWiki
Signatures with efficient protocols are a form of digital signature invented by Jan Camenisch and Anna Lysyanskaya in 2001. In addition to being secure digital signatures, they need to allow for the efficient implementation of two protocols:
- A protocol for computing a digital signature in a secure two-party computation protocol.
- A protocol for proving knowledge of a digital signature in a zero-knowledge protocol.[1]
In applications, the first protocol allows a signer to possess the signing key to issue a signature to a user (the signature owner) without learning all the messages being signed or the complete signature.
The second protocol allows the signature owner to prove that he has a signature on many messages without revealing the signature and only a (possibly) empty subset of the messages.
The combination of these two protocols allows for the implementation of digital credential[2] and ecash protocols.[3]
See also
- Topics in cryptography
References
- ↑ "Digital Signature". https://searchsecurity.techtarget.com/definition/digital-signature.
- ↑ "Digital certificates and PKI". https://id4d.worldbank.org/guide/digital-certificates-and-pki.
- ↑ "Introducing the Signature Activation Protocol for Remote Server Signing". https://www.cryptomathic.com/news-events/blog/introducing-the-signature-activation-protocol-for-remote-server-signing.
Further reading
- Jan Camenisch, Anna Lysyanskaya: A Signature Scheme with Efficient Protocols. SCN 2002: 268-289
- Neil Savage (September 1, 2007). "Anna Lysyanskaya, 31: Brown University: securing online privacy". Technology Review 110 (5): 57. http://business.highbeam.com/1150/article-1G1-168510617/anna-lysyanskaya-31-brown-university-securing-online. Retrieved October 11, 2012.
- US patent 7543139
- Alessandro Acquisti (October 13, 2011), Understanding Consumer Attitudes About Privacy, House Energy and Commerce Subcommittee on Commerce, Manufacturing, and Trade, http://democrats.energycommerce.house.gov/sites/default/files/image_uploads/Testimony_CMT_10.13.11_Acquisti.pdf, retrieved October 11, 2012
- Zhao, Xingwen; Zhang, Fangguo (March 1, 2012). "Times limited accountable anonymous online submission control system from single-verifier k-times group signature". Informatica 36 (1): 75. http://www.informatica.si/PDF/36-1/12_Zhao%20-%20Times%20Limited%20Accountable%20Anonymous%20Online%20Submission%20Control%20System%20from.pdf. Retrieved October 11, 2012.
Original source: https://en.wikipedia.org/wiki/Signatures with efficient protocols.
Read more |