March 2010
51 posts
3 tags
2 tags
1 tag
1 tag
1 tag
1 tag
The closest I've been to Ireland is when a Danish...
2 tags
Once you kill a cow, you got to make a burger.
– Lady Gaga
2 tags
Ahh, homework.
Alice and Bob needs to exchange a secret key. They use the Diffie-Hellman key exchange.
They agree on using a prime number p=937 and g=29936
and ensure that mod(29^936,937)=1
Alice choose a secret key a=349
Compute A = g^a mod p
Similarly Bob chooses his secret key b=773
Compute B = g^b mod p
Alice sends A to Bob and Bob sends B to Alice over an open line
Calculate their shared...
3 tags