Encryption and Compression Flashcards

1
Q

What is compression?

A

The act of making file size smaller

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

How many types of compression are there?

A

2

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

Define the two types of compression

A

LOSSLESS
No data is lost in compression and original can be recreated exactly
LOSSY
Data deemed non-essential is deleted. An exact replica can not be recovered
Lossy can be compressed to much smaller than lossless compression

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

What is Run Length Encoding (RLE)

A

Search for patterns in code that can shortened.
1111122255311111 - 16 bits of data
1, 3 2, 2 5, 1 3, 5 1 - 10 bits of data

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

Define encryption

A

ENCRYPTION is the conversion of data into a form that is difficult to read by an unauthorised third party.

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

Define decryption

A

DECRYPTION is the process of turning scrambled data into data that can be understood.

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

Define cipher

A

CIPHER - The algorithm for encryption

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

Define key

A

KEY - The secret information used to encrypt/decrypt the data

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

Define plaintext

A

PLAINTEXT - The original form of the data CIPHERTEXT - The encrypted data

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

What is the Vernam cipher

A

Uses Baudot Code and the XOR bitwise operator

Uses a one-time pad key (randomly generated and changes after 1 use)

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

What is computational security?

A

A cipher that is computationally secure is theoretically breakable but not when using current technology in a timeframe that would be useful.

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