Cryptographic Signature
Noun · Security & Infosec
Definitions
A value produced with a private key that lets others verify integrity and origin using the corresponding public key. Cryptographic signatures are fundamental to software signing, certificates, and many trust systems.
In plain English: A digital signature that proves who signed something and whether it was changed.
Example: "The package manager verified the cryptographic signature before installing the update."