Question answers Flashcards

1
Q

how to combine compression and encryption

A

better compress then encrypt since the encryption looks like random numbers and it can not be compressed

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

how to combine the encryption and error correction

A

error correction should be applied after the encryption either there would difficulties decrypting the message

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

attack on AES

A

For cryptographers, a cryptographic “break” is anything faster than a brute-force attack – i.e., performing one trial decryption for each possible key in sequence (see Cryptanalysis). A break can thus include results that are infeasible with current technology.

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

E′k(m) = Ek(m)||first bit(m)

A

this is not IND-cpa secure since the cipher text reveals information about the plain text :
bringing up two message m1 , m2 and recognizing the difference can easily lead t discovering the key

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