Common encryption algorithms

Source: Internet
Author: User
Tags asymmetric encryption

Symmetric encryption algorithm (with the same decryption key)

name

Key Length

Operation Speed

Security

Resource Consumption

Des

56 Guests

More quickly

Low

In

3DES

112-bit or 168-bit

Slow

In

High

Aes

128, 192, 256-bit

Fast

High

Low

asymmetric algorithm (encryption key and decryption key differ)

name

Maturity Level

security (depends on key length)

Operation Speed

Resource Consumption

Rsa

High

High

Slow

High

Dsa

High

High

Slow

Can only be used for digital signatures

Ecc

Low

High

Fast

Low (less compute, less storage footprint, lower bandwidth requirements)

Hash algorithm Comparison

name

Security

Speed

SHA-1

High

Slow

MD5

In

Fast

comparison of symmetric and asymmetric algorithms

name

Key Management

Security

Speed

Symmetric algorithm

More difficult, not suitable for the internet, generally used in internal systems

In

Fast several orders of magnitude (software encryption and decryption speed of at least 100 times times, can decrypt the number of M-bit data per second), suitable for large data volume encryption and decryption processing

Asymmetric algorithms

Key easy to manage

High

Slow, suitable for small data volumes plus decryption or data signing

 

Algorithm selection (from performance and security synthesis)

Symmetric encryption: AES (128-bit),

Asymmetric encryption: ECC (160-bit) or RSA (1024x768),

Message digest: MD5

Digital signature:DSA

Common encryption algorithms

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.