Unit 2.3 - encryption Flashcards

(6 cards)

1
Q

What is encryption?

A

Encryption is the process of encoding (scrambling) data using an algorithm so that it becomes unreadable to anyone who does not have the key needed to decrypt the data.

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

What is text that has and has not been encrypted called?

A

Not encrypted - plain text
Encrypted - cipher text

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

What is the Caesar cipher?

A

A data encryption method which works by taking the message to be encoded and changing it by shifting each letter in the message a given number of positions either to the left or right. If the receiver wants to decode a message, they must know value and direction of shift.

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

What are the two types of encryption and how do they work?

A
  1. Symmetric encryption - when the same key is used for encrypting and decrypting the message. The key must be sent to receiving computer but separately from the messages. It’s simple and straightforward, but one limitation is that is the key is intercepted, the interceptor would be able to decode the message easily.
  2. Asymmetric encryption - when 2 separate keys are used - one for encrypting and the other for decrypting. So, each device (sending or receiving) has 2 keys, private and public. The recipient’s public key is used to encrypt the message, while their private key is used to decrypt the message. The public key should be shared with anyone who wants to send them a message. + much more reliable as the receiver can verify that message came from intended sender, only receiver can read it and private keys do not need to be shared.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can encryption be strengthened?

A

Increasing the number of possible keys/bits

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

Will encryption prevent unauthorized people to intercept a message?

A

No, but it will make it difficult for them to understand it.

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