// COMPLETE THREAD

Re: Can you break my encryption protocol ? - improvements

1 expanded post ยท every known parent and child

NODE f2407d08Re: Can you break my encryption protocol ? - improvements
On 1/9/96 at 1:55pm, Bob Baldwin wrote:

          > Mark,
          >    The protocol works well ...
          [SNIP]
          > Server computes:
          >   X = Dec(K, Vs)
          >   Test that H(X) = Ns, if not ...
          > All subsequent communications should be encrypted with K.
          >   -- Bob Baldwin

          I think that the last part should be:

          Server computes:
            X = Dec(K, Vc)
            Test that H(X) = Nc

          Martin G. Diehl