Java Plus decryption

Source: Internet
Author: User
Tags asymmetric encryption

In exchange for work, the prior learning knowledge, finishing. Can get a good salary and satisfactory work, and then win white rich beauty, to the pinnacle of life, depend on it. Ha ha.

Symmetric encryption: DES, AES

DES (Data encryption algorithm): The plaintext is grouped by 64 bits, the secret key is 64 bits long, the key is actually 56 bit to participate in the DES operation (8th, 16, 24, 32, 40, 48, 56, 64 bits are check bits, So that each key has an odd number of 1) After grouping the plaintext group and the 56-bit key to the bitwise substitution or Exchange method to form the encryption method of the ciphertext group.

AES (Advanced encryption algorithm): The chunk length is fixed at 128 bits, and the key length can be 128,192 or 256 bits.

Asymmetric encryption: Rsa,ecc,d-h

ECC (elliptic encryption algorithm): more efficient than RSA.

D-h (Diffie-hellman Key exchange protocol/algorithm (Diffie-hellman key exchange/agreement algorithm): Oakley algorithm optimization.

Hash (Digest algorithm): MD series, SHA series

Md5:16 byte (128-bit) checksum, typically represented by a 32-digit hexadecimal number. Verify data integrity.

SHA (Secure hashing algorithm): Because the data digest length of the SHA Series algorithm is long, its operation speed is relatively slow compared with MD5.

Java Plus decryption

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.