210-260 · Question #6
What type of algorithm uses the same key to encryp and decrypt data?
The correct answer is A. a symmetric algorithm. Symmetric encryption algorithms use a single shared secret key for both encryption and decryption. Both the sender and receiver must possess the same key. Common examples include AES, DES, and 3DES. This contrasts with asymmetric (public-key) algorithms, which use a…
Question
What type of algorithm uses the same key to encryp and decrypt data?
Options
- Aa symmetric algorithm
- Ban asymetric algorithm
- Ca Public Key infrastructure algorithm
- Dan IP Security algorithm
How the community answered
(20 responses)- A90% (18)
- C5% (1)
- D5% (1)
Explanation
Symmetric encryption algorithms use a single shared secret key for both encryption and decryption. Both the sender and receiver must possess the same key. Common examples include AES, DES, and 3DES. This contrasts with asymmetric (public-key) algorithms, which use a mathematically related key pair - a public key to encrypt and a private key to decrypt. PKI is an infrastructure framework that manages asymmetric keys, and IPSec is a protocol suite for securing IP communications (which can use either type), so neither is a category of encryption algorithm itself.
Topics
Community Discussion
No community discussion yet for this question.