How to do an electronic signature?

Source: Internet
Author: User

How to do an electronic signature?

Before introducing the electronic signature, we will first introduce Hash, also known as Hash or Hash.

The Hash function is defined as a variable-length input to a fixed-length output.

Common Hash algorithms: MD5 (128 bits), regardless of the length of the input, will become a fixed length of 128 bits output.

Hash features:

1. variability: even if the original information changes by 1 bit, the Hash output will have unpredictable huge changes.

2. irreversible: It is impossible or extremely difficult to construct a satisfying input information through the Hash result.


In the text of symmetric encryption and asymmetric encryption, we have learned that in asymmetric encryption, public keys are used for encryption and then private keys are used for decryption.

In electronic signatures, another feature is that private keys are used for encryption, and public keys are used for decryption. For example:


Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.