2.3 encryption Flashcards
1
Q
what is plain text
A
text that is not encrypted
2
Q
what is cipher text
A
text that has been encrypted
3
Q
what are the types of encryption
A
symmetric, asymmetric
4
Q
what is a key
A
rules used to encrypt text
5
Q
how does symmetric encryption work
A
- one key for encryption and decryption
- sending computer must send both encrypted message and key
6
Q
how does asymmetric encryption work
A
- 2 separate keys for encryption and decryption
- public key: visible to all computers that want to exchange encrypted message
- private key: only receiver has it for encryption
- sender uses recipients public key to encrypt
- receiver uses private key to decrypt
7
Q
symmetric vs asymmetric encryption
A
- asymmetric more reliable
- symmetric simple and straightforward (if malicious user intercepts key, they can read message)