Encryption Flashcards

1
Q

What is encryption?

A

the process of encoding a message so it can be read only by the sender and the intended recipient.

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

What is symmetric encryption?

A

Encryption is where a single key is used to both encrypt and decrypt a message. both parties need to know the key and keep it a secret.

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

What is asymmetric encryption?

A

encryption which uses two different keys to encrypt the message and decrypt the message. We start with an unencrypted message and encrypt it with key A, once the message is sent the recipient then decrypts the message with key B.

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

What is the URL when symmetric encryption is used?

A

HTTPS :- hypertext transfer protocol secure

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

What are the two keys used in Asymmetric encryption?(key pair)

A
  • public key.
  • private key.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the process when receiving a message?

A
  • the sender uses your public key to encrypt the message to send you a message.
    -then when you receive the message you decrypt the message using your private key.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the process when sending a message using combined encryption?

A
  • you first encrypt your message using your private key and then their public key.
  • when the message is sent the recipient decrypts the message using their private key and then their public key.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is the limitation of symmetric encryption?

A
  • shared private keys have a risk of getting intercepted making this method less secure.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  • What are the other 4 ways of encryption?
A
  • the pigpen cipher.
  • the Caesar cipher.
  • the Vigenère cipher.
  • the rail fence cipher
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is plaintext?

A
  • the text that is to be encrypted.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is keystream?

A
  • the characters that are combined with the plaintext to produce an encrypted message.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is keyword?

A
  • the text that is chosen to generate the keystream.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly