What is symmetric encryption?
- A.Encryption that uses the same key for both encryption and decryption
- B.Encryption that uses two different keys
- C.Encryption that only works on text files
- D.Encryption that does not require a key
Why A is correct
Symmetric encryption uses a single shared key for both encrypting and decrypting data. Both the sender and receiver must possess the same secret key. It is fast and efficient, making it ideal for encrypting large amounts of data, but the challenge is securely sharing the key.
Know someone studying for Security Fundamentals? Send them this one.