All Topics  
Digital signature

 
Digital Signature

   Email Print
   Bookmark   Link






 

Digital signature



 
 
A digital signature or digital signature scheme is a type of asymmetric cryptography. For messages sent through an insecure channel, a properly implemented digital signature gives the receiver reason to believe the message was sent by the claimed sender. Digital signatures are equivalent to traditional handwritten signature
Signature

A signature is a handwritten depiction of someone's name, nickname or even a simple "X" that a person writes on documents as a legal proof of Identity and intent....
s in many respects; properly implemented digital signatures are more difficult to forge than the handwritten type.






Discussion
Ask a question about 'Digital signature'
Start a new discussion about 'Digital signature'
Answer questions from other users
Full Discussion Forum



Encyclopedia


A digital signature or digital signature scheme is a type of asymmetric cryptography. For messages sent through an insecure channel, a properly implemented digital signature gives the receiver reason to believe the message was sent by the claimed sender. Digital signatures are equivalent to traditional handwritten signature
Signature

A signature is a handwritten depiction of someone's name, nickname or even a simple "X" that a person writes on documents as a legal proof of Identity and intent....
s in many respects; properly implemented digital signatures are more difficult to forge than the handwritten type. Digital signature schemes in the sense used here are cryptographically based, and must be implemented properly to be effective. Digital signatures can also provide non-repudiation
Non-repudiation

Non-repudiation is the concept of ensuring that a party in a dispute cannot repudiate, or refute the validity of a statement or contract. Although this concept can be applied to any transmission, including television and radio, by far the most common application is in the verification and trust of signatures....
, meaning that the signer cannot successfully claim they did not sign a message, while also claiming their private key remains secret; further, some non-repudiation schemes offer a time stamp for the digital signature, so that even if the private key is exposed, the signature is valid nonetheless. Digitally signed messages may be anything representable as a bitstring
Bitstring

A bitstring is a sequence of bits. Anything on a discrete computer can be represented by a bitstring. In particular, any discrete computer can be encoded in a bitstring, usually called a software program....
: examples include electronic mail, contract
Contract

A contract is an exchange of promises between two or more parties to do, or refrain from doing, an act which is enforceable in a court of law. It is a binding legal agreement....
s, or a message sent via some other cryptographic protocol
Cryptographic protocol

A security protocol is an abstract or concrete protocol that performs a information security-related function and applies cryptographic methods....
.

Digital signatures are often used to implement electronic signature
Electronic signature

A signature is a stylized script associated with a person. It is comparable to a Seal . In commerce and the law, a signature on a document is an indication that the person adopts the intentions recorded in the document....
s, a broader term that refers to any electronic data that carries the intent of a signature, but not all electronic signatures use digital signatures. In some countries, including the United States
United States

The United States of America is a Federal government constitutional republic comprising U.S. state and a federal district. The country is situated mostly in central North America, where its Contiguous United States and Washington, D.C., the Capital districts and territories, lie between the Pacific Ocean and Atlantic Oceans, Borders of the U...
, and in the European Union
European Union

The European Union is an economic and political union of 27 European Union member state, located primarily in Europe. It was established by the Treaty of Maastricht on 1 November 1993 upon the foundations of the pre-existing European Economic Community....
, electronic signatures have legal significance. However, laws concerning electronic signatures do not always make clear whether they are digital cryptographic signatures in the sense used here, leaving the legal definition, and so their importance, somewhat confused.

Definition


A digital signature scheme typically consists of three algorithms:

  • A key generation
    Key generation

    Key generation is the process of generating Key for cryptography. A key is used to Encryption and decrypt whatever data is being encrypted/decrypted....
     algorithm that selects a private key uniformly at random
    Uniform distribution (discrete)

    In probability theory and statistics, the discrete uniform distribution is a discrete probability distribution that can be characterized by saying that all values of a finite set of possible values are equally probable....
     from a set of possible private keys. The algorithm outputs the private key and a corresponding public key.
  • A signing algorithm which, given a message and a private key, produces a signature.
  • A signature verifying algorithm which given a message, public key and a signature, either accepts or rejects.


Two main properties are required. First, a signature generated from a fixed message and fixed private key should verify on that message and the corresponding public key. Secondly, it should be computationally infeasible to generate a valid signature for a party who does not possess the private key.

History


In the famous paper "New Directions in Cryptography" (1976), Whitfield Diffie
Whitfield Diffie

Bailey Whitfield 'Whit' Diffie is a United States cryptographer and one of the pioneers of public-key cryptography.He received a Bachelor of Science degree in mathematics from the Massachusetts Institute of Technology in 1965....
 and Martin Hellman
Martin Hellman

Martin Edward Hellman is a cryptology, famous for his invention of public key cryptography in cooperation with Whitfield Diffie and Ralph Merkle....
 first described the notion of a digital signature scheme, although they only conjectured that such schemes existed. Soon afterwards, Ronald Rivest, Adi Shamir
Adi Shamir

Adi Shamir is an Israeli cryptography. He was one of the inventors of the RSA algorithm , one of the inventors of the Feige-Fiat-Shamir Identification Scheme , one of the inventors of differential cryptanalysis and has made numerous contributions to the fields of cryptography and computer science....
, and Len Adleman invented the RSA
RSA

In cryptography, RSA is an algorithm for public-key cryptography. It is the first algorithm known to be suitable for digital signature as well as encryption, and one of the first great advances in public key cryptography....
 algorithm that could be used for primitive digital signatures. (Note that this just serves as a proof-of-concept, and "plain" RSA signatures are not secure.) The first widely marketed software package to offer digital signature was Lotus Notes
Lotus Notes

Lotus Notes is a client-server, collaborative software application developed and sold by International Business Machines Software Group. IBM defines the software as an "integrated desktop client option for accessing business e-mail, calendars and applications software on [an] IBM Lotus Domino server."....
 1.0, released in 1989, which used the RSA algorithm.

Basic RSA signatures are computed as follows. To generate RSA signature keys, one simply generates an RSA key pair containing a modulus N that is the product of two large primes, along with integers e and d such that e d = 1 mod f(N), where f is the Euler phi-function
Euler's totient function

In number theory, the totient of a positive integer n is defined to be the number of positive integers less than or equal to n that are coprime to n....
. The signer's public key consists of N and e, and the signer's secret key contains d.

To sign a message m, the signer computes s=md mod N. To verify, the receiver checks that se = m mod N.

As noted earlier, this basic scheme is not very secure. To prevent attacks, one can first apply a cryptographic hash function
Cryptographic hash function

A cryptographic hash function is a algorithm that takes an arbitrary block of data and returns a fixed-size bit string, the hash value, such that an accidental or intentional change to the data will almost certainly change the hash value....
 to the message m and then apply the RSA algorithm described above to the result. This approach can be proven secure in the so-called random oracle model.

Other digital signature schemes were soon developed after RSA, the earliest being Lamport signatures, Merkle signatures
Hash tree

In cryptography and computer science Hash trees or Merkle trees are a type of data structure which contains a Tree of summary information about a larger piece of data ? for instance a file ? used to verify its contents....
 (also known as "Merkle trees" or simply "Hash trees"), and Rabin signatures.

In 1984, Shafi Goldwasser
Shafi Goldwasser

Shafrira Goldwasser is the RSA Data Security Professor of electrical engineering and computer science at Massachusetts Institute of Technology, and a professor of mathematical sciences at the Weizmann Institute of Science, Israel....
, Silvio Micali
Silvio Micali

Silvio Micali is an Palermo-born computer scientist at MIT Computer Science and Artificial Intelligence Laboratory and a professor of computer science in Massachusetts Institute of Technology's Department of Electrical Engineering and Computer Science since 1983....
, and Ronald Rivest became the first to rigorously define the security requirements of digital signature schemes. They described a hierarchy of attack models for signature schemes, and also present the GMR signature scheme
GMR (cryptography)

In cryptography, GMR is a digital signature algorithm named after its inventors Shafi Goldwasser, Silvio Micali and Ron Rivest.As with RSA the security of the system is related to the difficulty of Integer factorization....
, the first that can be proven to prevent even an existential forgery against a chosen message attack.

Most early signature schemes were of a similar type: they involve the use of a trapdoor permutation, such as the RSA function, or in the case of the Rabin signature scheme, computing square modulo composite n. A trapdoor permutation family is a family of permutation
Permutation

In several fields of mathematics the term permutation is used with different but closely related meanings. They all relate to the notion of mapping the element s of a set to other elements of the same set, i.e., exchanging elements of a set....
s, specified by a parameter, that is easy to compute in the forward direction, but is difficult to compute in the reverse direction. However, for every parameter there is a "trapdoor" that enables easy computation of the reverse direction. Trapdoor permutations can be viewed as public-key encryption systems, where the parameter is the public key and the trapdoor is the secret key, and where encrypting corresponds to computing the forward direction of the permutation, while decrypting corresponds to the reverse direction. Trapdoor permutations can also be viewed as digital signature schemes, where computing the reverse direction with the secret key is thought of as signing, and computing the forward direction is done to verify signatures. Because of this correspondence, digital signatures are often described as based on public-key cryptosystems, where signing is equivalent to decryption and verification is equivalent to encryption, but this is not the only way digital signatures are computed.

Used directly, this type of signature scheme is vulnerable to a key-only existential forgery attack. To create a forgery, the attacker picks a random signature s and uses the verification procedure to determine the message m corresponding to that signature. In practice, however, this type of signature is not used directly, but rather, the message to be signed is first hashed
Cryptographic hash function

A cryptographic hash function is a algorithm that takes an arbitrary block of data and returns a fixed-size bit string, the hash value, such that an accidental or intentional change to the data will almost certainly change the hash value....
 to produce a short digest that is then signed. This forgery attack, then, only produces the hash function output that corresponds to s, but not a message that leads to that value, which does not lead to an attack. In the random oracle model, this hash-and-decrypt
Full Domain Hash

In cryptography, the Full Domain Hash is an RSA-based digital signature scheme that follows the hash-and-sign paradigm. It is provable security in the random oracle model....
 form of signature is existentially unforgeable, even against a chosen-message attack.

There are several reasons to sign such a hash (or message digest) instead of the whole document.
  • For efficiency: The signature will be much shorter and thus save time since hashing is generally much faster than signing in practice.
  • For compatibility: Messages are typically bit strings, but some signature schemes operate on other domains (such as, in the case of RSA, numbers modulo a composite number N). A hash function can be used to convert an arbitrary input into the proper format.
  • For integrity: Without the hash function, the text "to be signed" may have to be split (separated) in blocks small enough for the signature scheme to act on them directly. However, the receiver of the signed blocks is not able to recognize if all the blocks are present and in the appropriate order.


Notions of security

In their foundational paper, Goldwasser, Micali, and Rivest lay out a hierarchy of attack models against digital signatures:

  1. In a key-only attack, the attacker is only given the public verification key.
  2. In a known message attack, the attacker is given valid signatures for a variety of messages known by the attacker but not chosen by the attacker.
  3. In an adaptive chosen message attack, the attacker first learns signatures on arbitrary messages of the attacker's choice.


They also describe a hierarchy of attack results:

  1. A total break results in the recovery of the signing key.
  2. A universal forgery attack results in the ability to forge signatures for any message.
  3. A selective forgery attack results in a signature on a message of the adversary's choice.
  4. An existential forgery merely results in some valid message/signature pair not already known to the adversary.


The strongest notion of security, therefore, is security against existential forgery under an adaptive chosen message attack.

Benefits of digital signatures

Below are some common reasons for applying a digital signature to communications:

Authentication

Although messages may often include information about the entity sending a message, that information may not be accurate. Digital signatures can be used to authenticate the source of messages. When ownership of a digital signature secret key is bound to a specific user, a valid signature shows that the message was sent by that user. The importance of high confidence in sender authenticity is especially obvious in a financial context. For example, suppose a bank's branch office sends instructions to the central office requesting a change in the balance of an account. If the central office is not convinced that such a message is truly sent from an authorized source, acting on such a request could be a grave mistake.

Integrity

In many scenarios, the sender and receiver of a message may have a need for confidence that the message has not been altered during transmission. Although encryption hides the contents of a message, it may be possible to change an encrypted message without understanding it. (Some encryption algorithms, known as nonmalleable
Malleability (cryptography)

Malleability is a property of some cryptography algorithms. An encryption algorithm is malleable if it is possible for an adversary to transform a ciphertext into another ciphertext which decrypts to a related plaintext....
 ones, prevent this, but others do not.) However, if a message is digitally signed, any change in the message will invalidate the signature. Furthermore, there is no efficient way to modify a message and its signature to produce a new message with a valid signature, because this is still considered to be computationally infeasible by most cryptographic hash functions (see collision resistance
Collision resistance

Collision resistance is a property of cryptographic hash functions: a hash function is collision resistant if it is hard to find two inputs that hash to the same output ....
).

Drawbacks of digital signatures


Despite their usefulness, digital signatures alone do not solve the following problems:

Association of digital signatures and trusted time stamping

Digital signature algorithms and protocols do not inherently provide certainty about the date and time at which the underlying document was signed. The signer might have included a time stamp with the signature, or the document itself might have a date mentioned on it. Regardless of the document's contents, a reader cannot be certain the signer did not, for example, backdate the date or time of the signature. Such misuse can be made impracticable by using trusted time stamping
Trusted timestamping

Trusted timestamping is the process of computer security keeping track of the creation and modification time of a document. Security here means that no one?not even the owner of the document?should be able to change it once it has been recorded provided that the timestamper's integrity is never compromised....
 in addition to digital signatures.

Non-repudiation

In a cryptographic context, the word repudiation refers to any act of disclaiming responsibility for a message. A message's recipient may insist the sender attach a signature in order to make later repudiation more difficult, since the recipient can show the signed message to a third party (e.g., a court) to reinforce a claim as to its signatories and integrity. However, loss of control over a user's private key will mean that all digital signatures using that key, and so ostensibly 'from' that user, are suspect. Nonetheless, a user cannot repudiate a signed message without repudiating their signature key. This is aggravated by the fact there is no trusted time stamp, so new documents (after the key compromise) cannot be separated from old ones, further complicating signature key invalidation. A non-repudiation service requires the existence of a public key infrastructure
Public key infrastructure

The Public Key Infrastructure is a set of hardware, software, people, policies, and procedures needed to create, manage, store, distribute, and revoke digital certificates ....
 (PKI) which is complex to establish and operate. The Certificate authorities
Certificate authority

In cryptography, a certificate authority or certification authority is an entity which issues Public key certificates for use by other parties....
 in a PKI usually maintain a public repository of public keys so the associated private key is certified and signatures cannot be repudiated. Expired certificates are normally removed from the repository. It is a matter for the security policy and the responsibility of the authority to keep old certificates for a period of time if non-repudiation of data service is provided.

WYSIWYS

Technically speaking, a digital signature applies to a string of bits, whereas humans and applications "believe" that they sign the semantic interpretation of those bits. In order to be semantically interpreted the bit string must be transformed into a form that is meaningful for humans and applications, and this is done through a combination of hardware and software based processes on a computer system. The problem is that the semantic interpretation of bits can change as a function of the processes used to transform the bits into semantic content. It is relatively easy to change the interpretation of a digital document by implementing changes on the computer system where the document is being processed. From a semantic perspective this creates uncertainty about what exactly has been signed. WYSIWYS
WYSIWYS

WYSIWYS is an acronym for What You See Is What You Sign, used in cryptography to describe the property of digital signature systems that the semantic content of signed messages can not be changed, either by accident or intent....
 (What You See Is What You Sign) means that the semantic interpretation of a signed message can not be changed. In particular this also means that a message can not contain hidden info that the signer is unaware of, and that can be revealed after the signature has been applied. WYSIWYS is a desirable property of digital signatures that is difficult to guarantee because of the increasing complexity of modern computer systems.

Additional security precautions


Putting the private key on a smart card
All public key / private key cryptosystems depend entirely on keeping the private key secret. A private key can be stored on a user's computer, and protected by a local password, but this has two disadvantages:
  • the user can only sign documents on that particular computer
  • the security of the private key depends entirely on the security
    Computer insecurity

    Many current computer systems have only limited security precautions in place. This computer insecurity article describes the current battlefield of computer security exploit s and defenses....
     of the computer


A more secure alternative is to store the private key on a smart card
Smart card

A smart card, chip card, or integrated circuit card , is in any pocket-sized card with embedded integrated circuits which can process data....
. Many smart cards are designed to be tamper-resistant (although some designs have been broken, notably by Ross Anderson
Ross Anderson

Ross John Anderson is a researcher, writer, and industry consultant in security engineering.He is Professor in security engineering at the University of Cambridge University of Cambridge Computer Laboratory, where he is engaged in the ....
 and his students). In a typical digital signature implementation, the hash calculated from the document is sent to the smart card, whose CPU encrypts the hash using the stored private key of the user, and then returns the encrypted hash. Typically, a user must activate his smart card by entering a personal identification number
Personal identification number

A personal identification number is a secret numeric password shared between a user and a system that can be used to authenticate the user to the system....
 or PIN code (thus providing two-factor authentication
Two-factor authentication

An authentication factor is a piece of information and process used to authenticate or verify a person's identity or other entity requesting access under security constraints....
). It can be arranged that the private key never leaves the smart card, although this is not always implemented. If the smart card is stolen, the thief will still need the PIN code to generate a digital signature. This reduces the security of the scheme to that of the PIN system, although it still requires an attacker to possess the card. A mitigating factor is that private keys, if generated and stored on smart cards, are usually regarded as difficult to copy, and are assumed to exist in exactly one copy. Thus, the loss of the smart card may be detected by the owner and the corresponding certificate can be immediately revoked. Private keys that are protected by software only may be easier to copy, and such compromises are far more difficult to detect.

Using smart card readers with a separate keyboard
Entering a PIN code to activate the smart card commonly requires a numeric keypad. Some card readers have their own numeric keypad. This is safer than using a card reader integrated into a PC, and then entering the PIN using that computer's keyboard. Readers with a numeric keypad are meant to circumvent the eavesdropping threat where the computer might be running a keystroke logger
Keystroke logging

Keystroke logging is a method of capturing and recording user keystrokes. The technique and name came from before the era of the graphical user interface; loggers nowadays would expect to capture mouse operations and screenshots....
, potentially compromising the PIN code. Specialized card readers are also less vulnerable to tampering with their software or hardware and are often EAL3
Evaluation Assurance Level

The Evaluation Assurance Level of an IT product or system is a numerical grade assigned following the completion of a Common Criteria security evaluation, an international standard in effect since 1999....
 certified.

Other smart card designs
Smart card design is an active field, and there are smart card schemes which are intended to avoid these particular problems, though so far with little security proofs.

Using digital signatures only with trusted applications
One of the main differences between a digital signature and a written signature is that the user does not "see" what he signs. The user application presents a hash code to be encrypted by the digital signing algorithm using the private key. An attacker who gains control of the user's PC can possibly replace the user application with a foreign substitute, in effect replacing the user's own communications with those of the attacker. This could allow a malicious application to trick a user into signing any document by displaying the user's original on-screen, but presenting the attacker's own documents to the signing application.

To protect against this scenario, an authentication system can be set up between the user's application (word processor, email client, etc.) and the signing application. The general idea is to provide some means for both the user app and signing app to verify each other's integrity. For example, the signing application may require all requests to come from digitally-signed binaries.

Some digital signature algorithms

  • Full Domain Hash
    Full Domain Hash

    In cryptography, the Full Domain Hash is an RSA-based digital signature scheme that follows the hash-and-sign paradigm. It is provable security in the random oracle model....
    , RSA-PSS etc., based on RSA
    RSA

    In cryptography, RSA is an algorithm for public-key cryptography. It is the first algorithm known to be suitable for digital signature as well as encryption, and one of the first great advances in public key cryptography....
  • DSA
    Digital Signature Algorithm

    The Digital Signature Algorithm is a Federal government of the United States Federal Information Processing Standard or Federal Information Processing Standard for digital signatures....
  • ECDSA
    Elliptic Curve DSA

    Elliptic Curve DSA is a variant of the Digital Signature Algorithm which operates on elliptic curve group .As with elliptic curve cryptography in general, the bit size of the public key believed to be needed for ECDSA is about twice the size of the security level, in bits....
  • ElGamal signature scheme
    ElGamal signature scheme

    The ElGamal signature scheme is a digital signature scheme which is based on the difficulty of computing discrete logarithms. It was described by Taher ElGamal in 1984 ....
  • Undeniable signature
    Undeniable signature

    Undeniable signatures are a form of digital signature invented by David Chaum and Hans van Antwerpen in 1989. They have two distinctive features,...
  • SHA
    Sha

    eading=Cyrillic letter Sha|Image=...
     (typically SHA-1) with RSA
    RSA

    In cryptography, RSA is an algorithm for public-key cryptography. It is the first algorithm known to be suitable for digital signature as well as encryption, and one of the first great advances in public key cryptography....
  • Rabin signature algorithm
    Rabin signature algorithm

    In cryptography the Rabin Signature Scheme is a method of Digital signature originally proposed by Michael O. Rabin in 1979. The Rabin Signature Scheme was one of the first digital signature schemes proposed, and it was the first to relate the hardness of forgery directly to the problem of integer factorization....
  • Pointcheval-Stern signature algorithm
    Pointcheval-Stern signature algorithm

    In cryptography, the Pointcheval-Stern signature algorithm is a digital signature scheme based on the closely related ElGamal signature scheme. It changes the ElGamal scheme slightly to produce an algorithm which has been proven secure in a strong sense against adaptive chosen-plaintext attacks....
  • Schnorr signature
    Schnorr signature

    In cryptography, a Schnorr signature is a digital signature produced by the Schnorr signature algorithm. Its security is based on the intractability of certain discrete logarithm problems....
  • Aggregate signature - a signature scheme that supports aggregation: Given n signatures on n messages from n users, it is possible to aggregate all these signatures into a single signature whose size is constant in the number of users. This single signature will convince the verifier that the n users did indeed sign the n original messages.


The current state of use — legal and practical

Digital signature schemes share basic prerequisites that— regardless of cryptographic theory or legal provision— they need to have meaning:
  1. ; Quality algorithms : Some public-key algorithms are known to be insecure, practicable attacks against them having been discovered.
  2. ; Quality implementations : An implementation of a good algorithm (or protocol
    Cryptographic protocol

    A security protocol is an abstract or concrete protocol that performs a information security-related function and applies cryptographic methods....
    ) with mistake(s) will not work.
  3. ; The private key must remain private : if it becomes known to any other party, that party can produce perfect digital signatures of anything whatsoever.
  4. ; The public key owner must be verifiable : A public key associated with Bob actually came from Bob. This is commonly done using a public key infrastructure
    Public key infrastructure

    The Public Key Infrastructure is a set of hardware, software, people, policies, and procedures needed to create, manage, store, distribute, and revoke digital certificates ....
     and the public keyuser association is attested by the operator of the PKI (called a certificate authority
    Certificate authority

    In cryptography, a certificate authority or certification authority is an entity which issues Public key certificates for use by other parties....
    ). For 'open' PKIs in which anyone can request such an attestation (universally embodied in a cryptographically protected identity certificate), the possibility of mistaken attestation is non trivial. Commercial PKI operators have suffered several publicly known problems. Such mistakes could lead to falsely signed, and thus wrongly attributed, documents. 'closed' PKI systems are more expensive, but less easily subverted in this way.
  5. ; Users (and their software) must carry out the signature protocol properly.


Only if all of these conditions are met will a digital signature actually be any evidence of who sent the message, and therefore of their assent to its contents. Legal enactment cannot change this reality of the existing engineering possibilities, though some such have not reflected this actuality.

Legislatures, being importuned by businesses expecting to profit from operating a PKI, or by the technological avant-garde advocating new solutions to old problems, have enacted statutes and/or regulations in many jurisdictions authorizing, endorsing, encouraging, or permitting digital signatures and providing for (or limiting) their legal effect. The first appears to have been in Utah
Utah

The State of Utah is a western United States U.S. state of the United States. It was the List of U.S. states by date of statehood admitted to the United States on January 4, 1896....
 in the United States, followed closely by the states Massachusetts
Massachusetts

The Commonwealth of Massachusetts is a U.S. state located in the New England region of the Northeastern United States United States. It borders Rhode Island and Connecticut to the south, New York to the west, and Vermont and New Hampshire to the north....
 and California
California

California is a U.S. state on the West Coast of the United States of the United States, along the Pacific Ocean. It is bordered by Oregon to the north, Nevada to the east, Arizona to the southeast, and to the south the Mexico state of Baja California....
. Other countries have also passed statutes or issued regulations in this area as well and the UN has had an active model law project for some time. These enactments (or proposed enactments) vary from place to place, have typically embodied expectations at variance (optimistically or pessimistically) with the state of the underlying cryptographic engineering
Cryptographic engineering

cryptography engineering is the discipline of using cryptography to solve human problems. Cryptography is typically applied when trying to ensure data confidentiality, to authentication people or devices, or to verify data integrity in risky environments....
, and have had the net effect of confusing potential users and specifiers, nearly all of whom are not cryptographically knowledgeable. Adoption of technical standards for digital signatures have lagged behind much of the legislation, delaying a more or less unified engineering position on interoperability
Interoperability

Interoperability is a property referring to the ability of diverse systems and organizations to work together . The term is often used in a technical systems engineering sense, or alternatively in a broad sense, taking into account social, political, and organizational factors that impact system to system performance....
, algorithm
Algorithm

In mathematics, computing, linguistics and related subjects, an algorithm is a sequence of finite instructions, often used for calculation and data processing....
 choice, key lengths, and so on what the engineering is attempting to provide.

See also: ABA digital signature guidelines
ABA digital signature guidelines

The ABA digital signature guidelines are a set of guidelines published on 1 August 1996 by the American Bar Association Section of Science and Technology Law....


Using separate key pairs for signing and encryption

In several countries, a digital signature has a status somewhat like that of a traditional pen and paper signature. Generally, these provisions mean that what is digitally signed legally binds the signer of the document to the terms therein. For that reason, it is often thought best to use separate key pairs for encrypting and signing. Using the encryption key pair, a person can engage in an encrypted conversation (e.g., regarding a real estate transaction), but the encryption does not legally sign every message he sends. Only when both parties come to an agreement do they sign a contract with their signing keys, and only then are they legally bound by the terms of a specific document. After signing, the document can be sent over the encrypted link.

See also

  • Digital signatures and law
    Digital signatures and law

    Worldwide, legislation concerning the effect and validity of digital signatures includes:Argentina* .* .* .Bermuda*Brazil...
  • Global Trust Center
    Global Trust Center

    The Global Trust Center is a non-profit independent international organisation that develops policy, best practice and guidance to enable trust in digital interactions, such as on the Internet....
  • Electronic signature
    Electronic signature

    A signature is a stylized script associated with a person. It is comparable to a Seal . In commerce and the law, a signature on a document is an indication that the person adopts the intentions recorded in the document....
  • Cryptography
    Cryptography

    Cryptography is the practice and study of hiding information. In modern times cryptography is considered a branch of both mathematics and computer science and is affiliated closely with information theory, computer security and engineering....
  • Deniable authentication
    Deniable authentication

    In cryptography, deniable authentication refers to authentication between a set of participants where the participants themselves can be confident in the authenticity of the messages, but it cannot be proved to a third party after the event....


Books

  • J. Katz and Y. Lindell, "Introduction to Modern Cryptography" (Chapman & Hall/CRC Press, 2007)


For books in English on electronic signatures, see:
  • Stephen Mason, Electronic Signatures in Law (Tottel, second edition, 2007);
  • Dennis Campbell, editor, E-Commerce and the Law of Digital Signatures (Oceana Publications, 2005);
  • Lorna Brazell, Electronic Signatures Law and Regulation, (Sweet & Maxwell, 2004);
  • M. H. M Schellenkens, Electronic Signatures Authentication Technology from a Legal Perspective, (TMC Asser Press, 2004).


For translations of electronic signature cases from Europe, Brazil, China and Colombia into English, see the Digital Evidence and Electronic Signature Law Review

External links

  • from the PGP international website