solution:
The block cipher DES has a few specific keys termed "weak keys"semi-weak keys". These are keys that cause the encryption mode of DES to act identically to the decryption mode of DES (albeit potentially that of a different key).
In operation, the secret 56-bit key is broken up into 16 subkeys according to the DES key schedule; one subkey is used in each of the sixteen DES weak keys produce sixteen identical subkeys. This occurs when the key (expressed in hexadecimal) is:[1]
If an implementation does not consider the parity bits, the corresponding keys with the inverted parity bits may also work as weak keys:
Using weak keys, the outcome of the Permuted Choice 1 (PC-1) in the DES key schedule leads to round keys being either all zeros, all ones or alternating zero-one patterns.
Since all the subkeys are identical, and DES is a Feistel network, the encryption function is self-inverting; that is, despite encrypting once giving a secure-looking cipher text, encrypting twice produces the original plaintext.
Ans2.
x
x2 one multlipication that is x multiplied x = x2
x4 one more multliplication that is x2 multlipied by x2 = x4
in this way proceed till x1024 to get in total 10 multplipication operations
answer is total 10 multlipications needed
Ans 3
Since they are going to meet soon so they can use the timestamp.....means bob can ask alice to ckeck on what time i have downaloded the file from your server if alice answer correct time then there is no trasmission error else there might be a cyber attack
please give me thumb up
Explain why the DES keys consisting of all 0-bits or 1-bits will provide poor security (Note:...