digital signature
termcryptographysecurity
A cryptographic proof that a message came from a specific key holder and was not altered.
Signing hashes the message and encrypts the digest with a private key; anyone with the public key can verify both origin and integrity. It is how software updates, certificates, and documents prove they are authentic and untampered.
Also known as: digital-signature, signing, sign and verify