Great Responses
Thank you all for all those responses. Many of you have contributed Masyu puzzle. One of the interesting contributions in this week which i liked is contributed by Smit Kotadiya. You too can try it. Googling for answers is cheating :-P
By changing one letter in each step to form English words, and leaving all other letters in their original positions, convert FISH into SWIM in the 7 possible steps.
F I S H
_ _ _ _
_ _ _ _
_ _ _ _
_ _ _ _
_ _ _ _
_ _ _ _
S W I M
Here is one from our side
Deffie-Hellman Key Exchange : The Key-Exchange is a method to arrive at a common secrete which can be used for further encrypted communication.
Deffie-Hellman is an important part of modern cryptography and plays important role in providing "Perfect-Forward-Secrecy"
Here is DH illustration in 7 Steps :
- Alice and Bob agree to use a modulus p = 23 and base g = 5 (which is a primitive root modulo 23).
- Alice chooses a secret integer a = 6, then computes A = ga mod p
- A = 56 mod 23 = 8
- Bob chooses a secret integer b = 15, then computes B = gb mod p
- B = 515 mod 23 = 19
- Alice send 8 ( A = ga mod p) to Bob; and Bob Send 19 (B = gb mod p) to Alice.
- Alice computes s = Ba mod p
- s = 196 mod 23 = 2
- Bob computes s = Ab mod p
- s = 815 mod 23 = 2
- Alice and Bob now share a secret (the number 2).

Contest is Still On
Send us your creative contributions. we will enlist the exciting ones out of them. Being more description with reference links will be helpful :)
Your comments are welcome in comments section.
Also dont forget to Nominate for BlackShield Awards, remember its your award, its like you are giving it to the nominees and winners.
So why waiting? Nominate here and now
* Thanks to Wikipedia article on Deffie-Hellman, extracts are used from there and slightly modified to fit in the format.
No comments:
Post a Comment