Chapter 2 Summary of three asymmetric encryption algorithms: asymmetric encryption algorithms

Source: Internet
Author: User
Tags asymmetric encryption

Chapter 2 Summary of three asymmetric encryption algorithms: asymmetric encryption algorithms

13.1 DH

  • The cornerstone of asymmetric algorithms
  • It can only be used for key distribution and cannot be used for data encryption and decryption. Generally, AES is used to encrypt data.
  • Key Length: 512 ~ Integer multiple of 64 in 1024
  • Both parties have their own key pairs.

13.2. RSA

  • The most classic asymmetric encryption algorithm
  • It can also be consideredMost usedAsymmetric encryption algorithm
  • It can be used for key distribution and data encryption and decryption ("private key encryption, Public Key decryption" and "public key encryption, Private Key decryption ")
  • Key Length: 512 ~ 65536 (integer multiple of 64)
  • Only the sender has one key pair, or the safer method is: both the sender generates its own key pair, but the difference between the key pair and DH when the key pair is used for encryption and decryption later can be viewed in the previous chapter.
  • Used for Digital Signature

13.3. ElGamal

  • Foundation of Digital Signature DSA
  • The specific implementation methods are only available in BC, which is similar to that of RSA.
  • Only the "public key encryption and private key encryption" method is supported (public key encryption is not secure in reality)
  • Ciphertext expands exponentially

 

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.