Which
of the following are types of asymmetric encryption algorithms? Each correct answer represents a
complete solution. Choose two.
A.
RSA
B.
AES
C.
ECC
D.
DES
Explanation:
RSA and ECC are types of asymmetric encryption algorithms.
RSA is a cryptography system used for encryption and digital signatures. This is a public key
encryption method used in PGD.ECC (Elliptic Curve Cryptography) is a public key cryptography system based on the property of
elliptic curves. The involvement of advanced
mathematics makes these encryption algorithms a very complex design and difficult-to-break
encryption key.
Answer option B is incorrect. AES is a type of symmetric encryption algorithm.
AES (Advanced Encryption Standard), also called Rijndael, is a cryptography system used to protect
sensitive information. AES has been
intended to be the successor of DES.
Answer option D is incorrect. DES is a type of symmetric encryption algorithm.
DES (Data Encryption Standard) is a cryptography system developed by the US National Bureau of
Standards. This is a method of encrypting
and decrypting data by a combination of transposition and substitution.