Which of the following is a symmetric encryption algorithm?
- RSA
- AES
- ECC
- Diffie-Hellman
Answer: AES
AES (Advanced Encryption Standard) is a symmetric algorithm using the same key for encryption and decryption. RSA, ECC, and Diffie-Hellman are asymmetric algorithms using public-private key pairs. AES is widely used for securing sensitive data.