Digital signature

Applies to: cybersecurity

A digital signature proves a message was signed by a private key and has not been altered.

verify(public_key, message, signature)

See also: public-key-crypto, hash-function