1.3.1c Symmetric and Asymmetric Encryption Flashcards
What is encryption?
Encryption is the process of encoding a message so it can be read only by the sender and the intended recipient.
What is symmetric Encryption?
Symmetric encryption is when a single key is used to both encrypt and decrypt the message.
What do both the recipient and sender need for symmetric encryption?
Both parties need to know the key, and need to keep it secret.
Can a key be used multiple times in symmetric encryption?
Yes, but a unique key can also be generated each time.
How can a message be cracked with symmetric encryption? (dangers)
Interception of the key.
Duplication of the key production process to acquire a copy of the key.
What is Asymmetric Enryption?
Asymmetric encryption is when two different keys are used to encrypt and decrypt the message.
Is the key used by the sender and recipient the same in asymmetric encryption?
No, both keys are different, and it is virtually impossible to derive one key from the other, so the method is much more secure.