SSCP · Question #613
Which of the following is a symmetric encryption algorithm?
The correct answer is C. RC5. RC5 is a symmetric block cipher designed by Ronald Rivest, where the same key is used for both encryption and decryption. RSA, Elliptic Curve Cryptography (ECC), and El Gamal are all asymmetric (public-key) algorithms that use a mathematically related key pair - a public key for
Question
Which of the following is a symmetric encryption algorithm?
Options
- ARSA
- BElliptic Curve
- CRC5
- DEl Gamal
How the community answered
(46 responses)- A7% (3)
- B2% (1)
- C87% (40)
- D4% (2)
Explanation
RC5 is a symmetric block cipher designed by Ronald Rivest, where the same key is used for both encryption and decryption. RSA, Elliptic Curve Cryptography (ECC), and El Gamal are all asymmetric (public-key) algorithms that use a mathematically related key pair - a public key for encryption and a private key for decryption. Symmetric algorithms like RC5 are generally faster, making them suitable for bulk data encryption.
Topics
Community Discussion
No community discussion yet for this question.