Encryption Flashcards

1
Q

What is encryption

A

A way of making sure data cannot be understood if you don’t possess the means to decrypt it

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

Lowest and highest level of security

A

Lowest - Caesar
Highest - vernam

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

How does encryption happen

A

Plaintext of a message sent is encrypted using a cipher algorithm and key into equivalent ciphertext
When received, the ciphertext is decrypted back to plaintext using the same or different key

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

Caesar cipher

A

The Caesar cipher is most basic type of encryption and the most insecure
Letters of the alphabet are shifted by a consistent amount

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

Brute force attack

A

A brute force attack attempts to apply every possible key to decrypt ciphertext until one works

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

Vernam cipher

A

The encryption key, also known as the one-time pad, is the only cipher proven to be unbreakable
The key must be:
- a truly random sequence greater or equal in length than the plaintext and only ever used once
- Shared with the recipient by hand, independently of the message and destroyed immediately after use

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

Decoding

A

Encryption and decryption of the message is performed bit by bit using an exclusive or (XOR) operation with the shared key

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

The one-time pad

A

The one-time pad must be truly random, generated from a physical and unpredictable phenomenon

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

Algorithmic security

A

Ciphers are based on computational security
- The keys are determined using a computer algorithm
- A key derived from an algorithm, can also be unpicked
- Given enough ciphertext, computer power and time, any key (except the one-time pad) can be determined and the message cracked

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