95.3k views
0 votes
Which of the following is most recommended for encryption?

A). MD5
B). 3DES
C). AES
D). SHA

User JFL
by
9.2k points

1 Answer

1 vote

Final answer:

The most recommended option for encryption among the choices given is C). AES, as it is a widely used and secure encryption algorithm, whereas MD5 and SHA are hashing algorithms and 3DES is less secure than AES.

Step-by-step explanation:

The question is asking which option is most recommended for encryption. Among the options given:

  • MD5 and SHA are hashing algorithms, which although important for integrity verification, are not encryption methods, so they can be eliminated from this selection. MD5 is particularly not recommended due to its vulnerability to collision attacks, rendering it insecure.
  • 3DES (Triple Data Encryption Standard) is an older encryption standard that uses the DES algorithm three times to encrypt data. While stronger than DES, it is also considered less secure and efficient compared to more modern alternatives.
  • AES (Advanced Encryption Standard) is a widely used encryption algorithm for securing sensitive data and is recommended by cybersecurity experts due to its strength and efficiency.

Therefore, the most recommended option for encryption among the choices would be C). AES.

User GHajba
by
8.3k points