Skip to main content

Signature

cryptography

A cryptographic proof that a message was authorized by the holder of a private key.

Also known as
Signature
1
definition

A digital signature proves that the holder of a private key authorized a specific message and that the message was not changed after signing. Verifiers use the matching public key; they do not need the private key.

2
crypto-context

In Bitcoin-like systems, transaction signatures commit to selected transaction data according to sighash rules. Signature schemes such as ECDSA and Schnorr have different properties, but both depend on secure private-key storage and correct nonce handling.

Conceptual links

Related terms

3 linked

Explore connected entries beyond the alphabetical index.

All terms and definitions may update as the Cryptionary improves.