1. Others can't forge the signature of the message, because the private key is only known to the signer, so others can't forge the correct signature result. Require private key holders to keep their private keys safe.
2. Anti-tampering For digital signatures, the signature and the original file form a mixed whole data, which cannot be tampered with, thus ensuring the integrity of the data.
3. Anti-replay in digital signature, if the technology of adding serial number and timestamp to the signature message is adopted, replay attack can be prevented.
4. Denial-proof digital signature can identify identity, and it is impossible to pretend to be forged. The signer cannot deny his signature. In order to prevent the receiver from denying it, in the digital signature system, the receiver is required to return the message signed by itself to the other party or the third party, or the third party arbitration mechanism is introduced. In this way, neither side can deny it.
5. Confidentiality With the guarantee of confidentiality, the interception attack will not succeed. The message to be signed is properly encrypted to ensure confidentiality, which involves encryption or signcryption theory.