Join the growing community of curious minds on IDNLearn.com and get the answers you need. Find the solutions you need quickly and accurately with help from our knowledgeable community.
A cryptography student has accidentally used the same keystream to encrypt two different messages, M1
and M2
. We know that the ciphertexts are C1=0xb1dcb1e81bb933ee
and C2=0xa36da13ab52d8552
. We also happen to know that M1=0xe7cb99c00c599b7e
.
a) What is M2
in hexadecimal? Please give your answer a leading 0x and use lowercase letters only.
0xf54aa912b3c52fc2
b) What is the keystream? Please give your answer a leading 0x and use lowercase letters only.
0x5627082806e0aa90
Hint: These are all 8 byte numbers and will fit in an unsigned long type on most systems.
Sagot :
We appreciate your contributions to this forum. Don't forget to check back for the latest answers. Keep asking, answering, and sharing useful information. IDNLearn.com is committed to providing accurate answers. Thanks for stopping by, and see you next time for more solutions.