Must-Ask Interview Questions: Common Encryption Algorithms
Java Technology Stack www.javastack.cn Follow to read more quality articles Encryption algorithms can generally be divided into: reversible encryption and irreversible encryption. Reversible encryption can further be divided into: symmetric encryption and asymmetric encryption. 1. Irreversible Encryption Common irreversible encryption algorithms include MD5, HMAC, SHA1, SHA-224, SHA-256, SHA-384, and SHA-512. Among them, SHA-224, SHA-256, SHA-384, … Read more