Conversation:
Notices
-
Bob Mottram (bashrc)'s status on Saturday, 24-Jan-2015 11:25:51 EST Bob Mottram Yo dawg, I heard you like ssh https://stribika.github.io/2015/01/04/secure-secure-shell.html -
Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca (bobjonkmanformer)'s status on Saturday, 24-Jan-2015 11:41:54 EST Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca That article contains the cleanest pseudocode description of Diffie-Hellman key exhang I've ever seen: Alice Bob --------------------------- Sa = random Pa = Sa * G --> Pa Sb = random Pb <-- Pb = Sb * G s = Sa * Pb s = Sb * Pa k = KDF(s) k = KDF(s) https://stribika.github.io/2015/01/04/secure-secure-shell.html -
Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca (bobjonkmanformer)'s status on Saturday, 24-Jan-2015 11:43:37 EST Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca Sadly, the formatting got mangled. It's the pseudocode of the elliptic curve DH. !crypto (and how do people get formatted messages in !SN?
-