1.3.1 encryption Flashcards

1
Q

What is encryption?

A
  • Encryption is the process used to keep data secure when is transmitted.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two types of encryption?

A
  • symmetric encryption.
  • asymmetric encryption.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Symmetric encryption

A

in symmetric encryption the sender and receiver share the same private key, which they exchange, the private key is used to encrypt and decrypt the msg.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

drawbacks of symmetric encryption.

A

If the private key gets intercepted during key exchange then any communication sent can be intercepted and decrypted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Asymmetric encryption.

A
  • two keys are used, one private and one public.
  • the sender uses the receivers public key to encrypt the msg, then the receiver uses their private key to decrypt the msg.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

how to prove that a msg has been sent by you.

A

you can encrypt the msg using your own private key, this means that every one can decrypt it using your own public key.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly