Which statement best describes how symmetric encryption algorithms like AES and DES operate?
Think about what 'symmetric' means in terms of keys.
Symmetric encryption uses one secret key for both encrypting and decrypting data. This key must be kept private between sender and receiver.
What is the main difference in key size between AES and DES encryption algorithms?
Consider which algorithm is newer and designed to be stronger.
AES supports larger key sizes (128, 192, or 256 bits) making it more secure, while DES uses a smaller 56-bit key which is now considered weak.
Which reason best explains why DES is no longer considered secure for protecting sensitive data?
Think about how computing power has changed since DES was created.
DES's 56-bit key is too short by today's standards, allowing attackers to try all possible keys quickly using brute-force methods.
What is the difference in block size between AES and DES encryption algorithms?
Recall which algorithm is newer and designed for stronger security.
AES uses a 128-bit block size, which is larger than DES's 64-bit block size, improving security and efficiency.
Why is AES generally preferred over DES for encrypting sensitive data in modern systems?
Consider key length and block size impact on security.
AES supports longer keys (128, 192, 256 bits) and larger block sizes (128 bits), making it much stronger against modern attacks than DES.