Symmetric encryption & asymmetric encryption

Source: Internet
Author: User
Tags asymmetric encryption

Features of symmetric key cryptography algorithms:

The algorithm is simple and the encryption/Decryption speed is fast, but the key management is complicated and it is not convenient for digital signatures;

Features of Asymmetric Key Cryptography algorithms:

The algorithm is complex, the encryption/Decryption speed is slow, and the key management is simple. It can be used for digital signatures.

 

So combine the two to formHybrid EncryptionMethod. That is:

The sender encrypts the plaintext with a symmetric encryption algorithm and sends it to the receiver. Then, the symmetric encryption key is encrypted with the receiver's public key to the receiver.

Use your own private key to decrypt the symmetric encryption key to decrypt the plaintext.

 

Symmetric encryption & asymmetric encryption

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.