What is the difference between the AES and RSA algorithms?
A.
Both are asymmetric algorithms, but RSA uses 1024-bit keys.
B.
RSA is asymmetric, which is used to create a public/private key pair; AES is symmetric, which is used to
encrypt data.
C.
Both are symmetric algorithms, but AES uses 256-bit keys.
D.
AES is asymmetric, which is used to create a public/private key pair; RSA is symmetric, which is used to
encrypt data.