In symmetric key cryptography, the sender and the recipient use two distinct keys—a public key for encrypting data and a private key for decrypting data.
Answer: Answer
Answer
The statement is False. Symmetric key cryptography relies on a single shared secret key for both encryption and decryption, whereas asymmetric key cryptography uses a public-private key pair.
The statement is false because symmetric key encryption algorithms (such as AES or DES) employ a single secret key shared between the sender and receiver for both encryption and decryption. A public and private key pair is used exclusively in asymmetric key cryptography (such as RSA or ECC).
Step-by-Step Solution
Key Concept
Symmetric vs. Asymmetric Cryptography Key Architecture
Estimated Time:45s