Current location - Quotes Website - Signature design - Digital signature makes use of the characteristics of symmetric encryption.
Digital signature makes use of the characteristics of symmetric encryption.
Correct, digital signature (also known as public key digital signature) is just information.

A numeric string that can only be generated by the sender and cannot be forged by others. This number string is also an effective proof of the authenticity of the information sent by the sender.

It is a method to authenticate digital information, which is similar to the ordinary physical signature written on paper, but it is realized by using the technology in the field of public key encryption.

A set of digital signatures usually defines two complementary operations, one for signing and the other for verification. Digital signature is the application of asymmetric key encryption technology and digital digest technology.

Simply put, the so-called digital signature is some data attached to the data unit, or the cryptographic transformation of the data unit. This kind of data or transformation allows the receiver of the data unit to confirm the source and integrity of the data unit, and protects the data from being forged by people (such as the receiver).