Practice free →
HomeB.Tech Cyber SecuritycybersecurityCryptography › SYMMETRIC encryption uses

SYMMETRIC encryption uses

Atwo different keys: public for encrypt, private for decrypt
Bno keys (steganography)
Cthe SAME secret key for both encryption and decryption
Dbiometric data only
Answer & Solution
Correct answer: C. the SAME secret key for both encryption and decryption
1. SYMMETRIC encryption: a single shared secret key encrypts and decrypts. 2. Examples: AES, DES, 3DES, ChaCha20. 3. ADVANTAGE: very fast — used for bulk data encryption (file storage, disk encryption, TLS data channel). 4. DISADVANTAGE: key distribution — how do two parties agree on the secret without a pre-existing secure channel? 5. Option A is asymmetric. Options B, D are not encryption types. _Source: Boneh & Shoup, "A Graduate Course in Applied Cryptography", §2 (Symmetric encryption)._
Solve this in the app — B.Tech Cyber Security practice & 24k+ MCQs →
Related questions