Which hash algorithm produces a 256-bit digest and is widely used for integrity verification?
- A.C. SHA-256
- B.B. SHA-1
- C.A. MD5
- D.D. CRC32
Why A is correct
SHA-256 is part of the SHA-2 family and produces a 256-bit (32-byte) hash. It is widely used for digital signatures, certificate verification, and integrity checks. MD5 (128-bit) and SHA-1 (160-bit) are considered insecure due to collision vulnerabilities.
Know someone studying for Security Fundamentals? Send them this one.