Encryption Flashcards
1
Q
What is encryption
A
It the process of keeping data secure when it’s being transmitted.
2
Q
What happens in a symmetric encryption?
A
- The sender uses a key called “private key” to encrypt the data before transmitting it.
- The receiver decrypts the data using the same private key that was exchanged with the sender in a process called “ key exchange “ .
- This method is usually faster making it suitable for encrypting large amounts of data.
- The down sides can be that is someone else captures the key and decrypts all the data intercepted.
3
Q
What happens in an asymmetric encryption?
A
- It uses 2 keys:
- public key for encryption
- private key for decryption - The receiver will publicly share their public key.
- The sender will use the receiver’s public key to encrypt the data.
- Only the receiver with their private key will be able to decrypt the message.
- It’s typically slower than asymmetric encryption.
- It’s generally used for more secure and smaller data transactions eg passwords and bank details.