Prev: Steganography Software
Next: Scripting Ciphers.
From: yawnmoth on 26 Apr 2010 14:32 From <http://tools.ietf.org/html/rfc4253#section-8>: 1. C generates a random number x (1 < x < q) and computes e = g^x mod p. C sends e to S. I set x to 2 and get a "bad client public DH value" error from the server. Since 1 < 2 and 2 < q it doesn't seem like I should be getting that error?
From: Peter Pearson on 27 Apr 2010 13:46 On Mon, 26 Apr 2010 11:32:34 -0700 (PDT), yawnmoth <terra1024(a)yahoo.com> wrote: > From <http://tools.ietf.org/html/rfc4253#section-8>: > > 1. C generates a random number x (1 < x < q) and computes > e = g^x mod p. C sends e to S. > > I set x to 2 and get a "bad client public DH value" error from the > server. Since 1 < 2 and 2 < q it doesn't seem like I should be > getting that error? Your question is reasonable (and already answered by another), but it is amusing to observe that you disobeyed the recipe (by using a nonrandom x) and your disobedience was correctly detected. -- To email me, substitute nowhere->spamcop, invalid->net.
|
Pages: 1 Prev: Steganography Software Next: Scripting Ciphers. |