Jump to content

pow or xor?


Recommended Posts

Posted

User -> Host:  I, A = g^a                  (identifies self, a = random number)
Host -> User:  s, B = kv + g^b             (sends salt, b = random number)

       Both:  u = H(A, B)

       User:  x = H(s, p)                 (user enters password)
       User:  S = (B - kg^x) ^ (a + ux)   (computes session key)
       User:  K = H(S)

       Host:  S = (Av^u) ^ b              (computes session key)
       Host:  K = H(S)

A simple question.. in these formulas, ^ means xor or exponentiation?

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use