A security team is evaluating hashing algorithms for use in a new system. Which of the following are considered currently secure for general use? (Select TWO)
Trap 1: SHA-1
SHA-1 is deprecated and susceptible to collision attacks.
Trap 2: MD5
MD5 is broken due to collision attacks.
Trap 3: HMAC-SHA256
HMAC is a message authentication code, not a hash function.
- A
SHA-1
Why wrong: SHA-1 is deprecated and susceptible to collision attacks.
- B
MD5
Why wrong: MD5 is broken due to collision attacks.
- C
SHA-3
SHA-3 is the latest standard and secure.
- D
SHA-256
SHA-256 is a current standard and secure.
- E
HMAC-SHA256
Why wrong: HMAC is a message authentication code, not a hash function.