nerdexam
EC-Council

312-50V9 · Question #315

What is the difference between the AES and RSA algorithms?

The correct answer is B. RSA is asymmetric, which is used to create a public/private key pair; AES is symmetric, which is. AES is a symmetric encryption algorithm using a single shared key, while RSA is an asymmetric algorithm that uses a mathematically linked public/private key pair.

Cryptography

Question

What is the difference between the AES and RSA algorithms?

Options

  • ABoth are asymmetric algorithms, but RSA uses 1024-bit keys.
  • BRSA is asymmetric, which is used to create a public/private key pair; AES is symmetric, which is
  • CBoth are symmetric algorithms, but AES uses 256-bit keys.
  • DAES is asymmetric, which is used to create a public/private key pair; RSA is symmetric, which is

How the community answered

(44 responses)
  • B
    95% (42)
  • C
    2% (1)
  • D
    2% (1)

Why each option

AES is a symmetric encryption algorithm using a single shared key, while RSA is an asymmetric algorithm that uses a mathematically linked public/private key pair.

ABoth are asymmetric algorithms, but RSA uses 1024-bit keys.

AES is a symmetric algorithm, not asymmetric, so the premise that both are asymmetric is factually incorrect.

BRSA is asymmetric, which is used to create a public/private key pair; AES is symmetric, which isCorrect

RSA is asymmetric, meaning it generates a public key for encryption and a private key for decryption, enabling secure key exchange and digital signatures without sharing a secret. AES is symmetric, using the same key for both encryption and decryption, making it significantly faster and suited for bulk data encryption. These two algorithms are often used together - RSA to securely exchange an AES session key.

CBoth are symmetric algorithms, but AES uses 256-bit keys.

RSA is an asymmetric algorithm, not symmetric, so the premise that both are symmetric is factually incorrect.

DAES is asymmetric, which is used to create a public/private key pair; RSA is symmetric, which is

This reverses the two algorithms - AES is the symmetric algorithm and RSA is the asymmetric one, not the other way around.

Concept tested: Symmetric vs asymmetric encryption algorithm differences

Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-overview

Topics

#AES#RSA#symmetric vs asymmetric#encryption algorithms

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice