Multiple choice general knowledge

What advantage does 3DES have over DES?

  1. Its more secure

  2. It's less process intensive

  3. It's easier to configure

  4. It require only one key

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

3DES applies the DES algorithm three times to each data block, effectively increasing the key size and making brute-force attacks much harder. While DES uses a 56-bit key, 3DES can use up to 168 bits (though effective security is 112 bits due to meet-in-the-middle attacks). This triple encryption provides significantly stronger protection against cryptanalysis than single DES.