Unit 2.3 - encryption Flashcards

1
Q

What is encryption?

A

The technique of data scrambling to make it unreadable to the person who doesn’t know how to unscramble it. An encryption algorithm is used to encode the data and render it meaningless to someone without the same algorithm/key.

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 has their own private key, which is used to decrypt message received, while their public key should be shared with anyone who wants to send them a message. The message is encrypted with the sender’s private key and receiver’s public key, and message is decrypted with sender’s public key and receiver’s private key. The positives of this method is that it is 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