Question: Consider a simple system with 8 - bit block size. Assume the encryption ( and decryption ) to be a simple XOR of the key

Consider a simple system with 8-bit block size. Assume the encryption (and decryption) to
be a simple XOR of the key with the input. In other words, to encrypt x with k we simply
perform xo+k giving y. Similarly, to decrypt y, we perform yo+k giving x.
You are given the following 16-bit input. 1111000011110000(or F0F0 in hexadecimal).
For CTR assume the stream of bits to be used for counter to be
110011001100110011001100110011001100(or CCCCCCCCC)
The key to be used (where appropriate) is 10100011(A3 in hexadecimal).
Answer the following to calculate the encrypted output with CTR.(use IV=0101 for CTR).
Express the output as 4 hexadecimal characters so it is easy to read.
Encrypting x1 :
X1: C1 Key XOR (IV|CTR1)) XOR X1=?
Encrypting X2:
X2: C2 Key XOR (IV|CTR2)) XOR X2=?
C1(in hexadecimal)=?
C2(in hexadecimal)=?
Output (in hexadecimal) is ?
 Consider a simple system with 8-bit block size. Assume the encryption

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!