DES (Data Encryption Standard): Data encryption standard, which is fast and suitable for encrypting a large amount of data;
3DES(Triple DES): Based on DES, a piece of data is encrypted three times with three different keys, which is more powerful;
RC2 and RC4: It is faster to encrypt a large amount of data with variable-length keys than DES;
Idea (international data encryption algorithm) International data encryption algorithm: 128-bit key is used to provide very strong security;
RSA: Invented by RSA Company, it is a public key algorithm that supports variable-length keys, and the length of the file block to be encrypted is also variable.
DSA (Digital Signature Algorithm): Digital signature algorithm, which is a standard DSS (Digital Signature Standard);
AES(Advanced Encryption Standard): Advanced encryption standard, which is the next generation high-speed and high-security encryption algorithm standard. At present, one implementation of AES standard is Rijndael algorithm;
BLOWFISH, which uses a variable-length key, can reach 448 bits in length and runs very fast;
Other algorithms, such as ElGamal, Deffie-Hellman, new elliptic curve algorithm ECC, etc.
For example, MD5, the things you do under some more formal and strict websites generally have MD5 values, such as the software tools of security focus, each of which has MD5.