AES uses which of the following mechanism for encyption
-
Round Key
-
Variable Key
-
Plain Key
-
Public Key
A
Correct answer
Explanation
AES uses a Round Key mechanism where a single key is expanded into multiple round keys through key expansion, then each round uses a different round key derived from the original key. This is not variable key (different keys per session) or public key (asymmetric).