Cryptography[EDIT]

A message M is encrypted as follows: There are 52 keys K 1 K_1 - K 52 K_{52} in total but consider only 6 keys for sake of convenience and simplicity; Also consider the encryption to be a 8 bit binary fold;(Although it is a 256 - bit encryption security); The necessary information are as follows: Note that (+) denotes BITWISE-XOR operation * K 1 = 01100111 , K 2 = 10001010 , K 3 = 00011001 , K 4 = 11011001 , K 5 = 11001001 , K 6 = 10011000 K_1=01100111 , K_2=10001010,K_3=00011001,K_4=11011001,K_5=11001001,K_6=10011000 * Defragmentation: M is defragmented into 4 parts say A A , B B , C C and D D respectively as in the binary string STEP 0: A = A × K 1 , B = B + K 2 , C = C + K 3 , D = D × K 4 A=A \times K_1,B=B + K_2, C= C + K_3,D=D \times K_4 STEP 1: E = A ( + ) C E=A (+) C F = B ( + ) D F=B (+) D E = E × K 5 E=E \times K_5 F = F + E F= F+ E F = F × K 6 F = F \times K_6 F = F + E F=F + E A = A ( + ) F A = A (+) F C = C ( + ) F C= C (+) F S W A P ( B , C ) SWAP(B,C) Given the following values of A A , B B C C and D D after the final step(i.e step 1) obtain the original values of A A , B B C C and D D and thus the binary string corresponding to M . The binary string obtained simply by concatenating the values of A ,B C and D A = 1111111110001100111010 A=1111111110001100111010 B = 101111110111100000000 B=101111110111100000000 C = 1000000011001100 C=1000000011001100 D = 0100000001101100 D=0100000001101100


The answer is 10011010110001101011001101001100.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

0 solutions

No explanations have been posted yet. Check back later!

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...