Exchanging data Flashcards

1
Q

run length encoding

A

Records the value of a pixel and the number of time it repeats, saving bytes and so memory

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

dictionary based compression

A

The compression algorithm searches through the text to find suitable entries in its own dictionary (or a known dictionary) and translates accordingly, reassembling perfectly. Dictionary must also be stored with text- but insignificant size compared with original.

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

encryption

A

Transformation of data from one form to another to prevent unauthorised third party from understanding it.

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

encryption: original data/message

A

plaintext

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

encryption: encrypted data

A

ciphertext

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

encryption method/algorithm

A

cipher

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

encryption: secret info to unlock the message

A

key

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

Caesar/shift cipher

A

Substitution cipher works by shifting letters of alphabet a given number of characters- the parameter being the key

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

Vernam cipher invented by

A

American scientist Gilbert Vernam in 1917

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

Vernam cipher is

A

unbreakable. others are breakable with enough comput. power, ciphertext and time as they are based on computational security

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

private key/symmetrical encryption

A

same key to encrypt and decrypt data. key has to be transferred (key exchange) to the same destination= security issues as it can be intercepted as easily as the ciphertext

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

one time pad

A

encryption key: must be the same length/longer than the number of char in plaintext, must only be used once, must be random (so distrib of char are random, and cryptanalysis results = meaningless)

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

one time pad exchange

A

used in pairs: sender and recipient are both party to key. meet in person, exchange securely, use once then destroy after encryption/decryption

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