Changes between Version 16 and Version 17 of GuiRpcProtocol


Ignore:
Timestamp:
Sep 9, 2008, 8:40:53 AM (16 years ago)
Author:
Nicolas
Comment:

The core client only supports lowercase hexadecimal in the nonce_hash. ARGH

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpcProtocol

    v16 v17  
    7070}}}
    7171
    72 The value of `nonce` is to be used as a salt with the password. It is randomly generated for each request. To calculate the response, concatenate the nonce and the password (nonce first), then calculate the MD5 hash of the result, i.e: {{{md5(nonce+password)}}}. Finally, send an `<auth2>` request with the calculated hash, in hexadecimal format.
     72The value of `nonce` is to be used as a salt with the password. It is randomly generated for each request. To calculate the response, concatenate the nonce and the password (nonce first), then calculate the MD5 hash of the result, i.e: {{{md5(nonce+password)}}}. Finally, send an `<auth2>` request with the calculated hash, in ''lowercase'' hexadecimal format.
    7373{{{
    7474#!xml