In many respects, digital signatures are equivalent to traditional handwritten signatures; properly implemented digital signatures are more difficult to copy than handwritten signatures. Digital signatures are implemented using cryptography and can provide acknowledgment, which means that the signer cannot successfully claim they did not sign a message while also claiming their private key remains secret.
Digital signatures are widely used in private and government organizations worldwide to sign business-related documents or to file income tax returns.
These are often used to implement electronic signatures, a broader term that refers to any electronic data that holds the meaning of a signature, but not all electronic signatures use digital signatures. In some countries, including the United States, and the European Union, electronic signatures may have legal significance. Electronic signatures are not accepted in India, but digital signatures are.
A digital signature system typically consists of two algorithms;
Two main properties are required by the digital signature system;
In 1984, Shafi Goldwasser, Silvio Micali, and Ronald Rivest became the first to strictly define the security requirements of digital signature schemes. They described a hierarchy of attack models for signature schemes, they also present the GMR Signature Scheme. GMR Scheme was proven to be secure against adaptive chosen-message attacks - even when an attacker receives signatures for messages of his choice, this does not allow him to copy a signature for a single additional message.
In their foundational paper, Goldwasser, Micali, and Rivest lay out a hierarchy of attack models against digital signatures.
They also described a hierarchy of attack results;
The strongest notion of security, therefore, is security against existential forgery under an adaptive chosen message attack.
No comments yet.
You must be logged in to leave a comment. Login here