Terminology Index

Glossary

1801 terms

Open concept maps

Showing 577-608 of 1801 terms

D
17

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.

E
15