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 bit block size. Assume the encryption and decryption to
be a simple XOR of the key with the input. In other words, to encrypt with we simply
perform giving y Similarly, to decrypt we perform giving
You are given the following bit input. or FF in hexadecimal
For CTR assume the stream of bits to be used for counter to be
or CCCCCCCCC
The key to be used where appropriate is A in hexadecimal
Answer the following to calculate the encrypted output with CTRuse IV for CTR
Express the output as hexadecimal characters so it is easy to read.
Encrypting :
X: C Key XOR IVCTR XOR X
Encrypting X:
X: C Key XOR IVCTR XOR X
Cin hexadecimal
Cin hexadecimal
Output in hexadecimal is
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
