Services/KeyExchange: Difference between revisions

Line 84: Line 84:
<li>the hash in message 3 is hex encoded,</li>
<li>the hash in message 3 is hex encoded,</li>
<li>the ciphertext, IV and hmac are encoded in Base64 (messages 3)</li>
<li>the ciphertext, IV and hmac are encoded in Base64 (messages 3)</li>
<li>the credentials are a JSON object with <code>account</code>, <code>password</code>, <code>synckey</code> properties</li>
<li>the credentials are a JSON object with the following properties (UTF-8 encoded strings):
  <ul><li><code>account</code>,</li>
      <li><code>password</code>,</li>
      <li><code>synckey</code>,</li>
      <li><code>serverURL</code></li></ul></li>
</ul>
</ul>


canmove, Confirmed users
725

edits