Digital Signature
A cryptographic mechanism that authenticates the sender’s identity and ensures transaction integrity. Created using a private key to sign a transaction’s cryptographic hash, the resulting signature can be verified by others using the sender’s public key. This verification confirms that the transaction was authorized by the holder of the private key and that the data has not been altered.
Back to Dictionary