I am setting up a connection to a database of users, whose passwords have been saved as a one-way hash.<div><br></div><div>That means that my xml_curl php/sql will need to perform the authentication, and return a user without any password.</div>

<div>(According to Anthony, back in 2008: <a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2008-February/029882.html">http://lists.freeswitch.org/pipermail/freeswitch-users/2008-February/029882.html</a> )</div>

<div><br></div><div>Only thing is I can&#39;t find any mention anywhere of how to re-generate the user&#39;s password from the sip_auth variables in order to run it through my one-way hash for comparison to the database.</div>

<div><br></div><div>It&#39;s got to be something to do with these:</div><div><div><br></div><div>sip_auth_nonce = 4d95dd9f-2247-474a-8496-aa7c08700fe7  </div><div><div>sip_auth_cnonce = a088c6b6ba18d1387a45998b6bfa842d</div>

<div>sip_auth_nc = 0000000a</div><div>sip_auth_response = 9edefab216a46ed75f1ed1297dd9c9d3  </div></div></div><div><br></div><div>Any ideas how to rebuild the original user&#39;s password?</div><div><br></div><div>Or is there a way to send the password through as part of the post? (maybe using enable-post-var)</div>

<div><br clear="all">Cheers,<br>Fraser<br><br><br>
</div>