Terminology Index
Glossary
1801 terms
Showing 577-608 of 1801 terms
Digital Signature
A cryptographic proof that data came from a private key holder and has not changed.
Digital Signatures
A cryptographic technique that proves a message or file came from a specific signer and was not altered, by signing with a private key that anyone can verify with the matching public key. It provides authenticity, integrity, and non-repudiation.
A digital signature is created by signing data with the sender's private key; anyone with the corresponding public key can verify it, confirming both that the data is unchanged and that it came from the holder of that private key. This gives three properties at once: integrity, authenticity, and non-repudiation (the signer cannot plausibly deny it). Signatures underpin certificates, code signing, and secure communications.
Introduced in: Security Foundations
Examples
- Verifying a software update's signature to confirm it is genuine and unaltered.
- Signing a document so recipients can prove who sent it.
- A certificate authority signing a certificate to vouch for its authenticity.
No related terms linked yet.
