topic 7 - steganography part 1 Flashcards

1
Q

what is steganography?

A

Steganography – the art/science of communicating by hiding secret messages in innocuous ‘cover’ objects (such as an image).

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

what is an acrostic?

A

Acrostic – a text, usually a poem, in which particular letters, such as the first letters of each line, spell a word or phrase.

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

whats an example of an acrostic?

A

“Accept your overture. Next Friday, about eleven, come away anywhere”

Take second letter of each word to decode hidden message.

Secret message = c o v e r b l o w n

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

what is a cover object?

A

a message that can be transmitted without suspicion.

E.g. Image file, digital sound or written text.

Must contain sufficient redundant data so that the secret information can be embedded without detection.

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

what is a stego object?

A

a cover object containing an embedded secret object.

The same cover should never be used twice as two versions of one cover could easily be detected and possibly decoded.

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

what is a stego key?

A

used to encrypt the secret message – (not applicable to pure steganography).

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

what is pure steganography?

A

does not require the exchange of prior information such as a stego-key.

Both sender and receiver must have access to the embedding and extraction algorithm but the algorithm should not be public.

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

what is a secret key steganography?

A

Secret key steganography – a secret stego-key is exchanged prior to communicating using a stego-object.

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

how do you embed a binary image?

A

Make a copy of the cover image, c, and call this the stego-object, s.

Copy the value of the ith element in the secret binary image, m, to the LSB of the ith element in stego-object (where i refers to a column-wise/top to bottom index)

Repeat for all l(m) – number of elements (pixels) in the secret image.

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