Thanks Rendy, but they&#39;re hashed differently, so I can&#39;t return the hash from the database, as it wouldn&#39;t match with the hash generated by Freeswitch.<div><br></div><div>It really looks like I need to get Freeswitch to send the original password string to the cgi/application.</div>

<div><br clear="all">Cheers,<br>Fraser<br><br><br>
<br><br><div class="gmail_quote">On 29 November 2011 19:26, Rendy <span dir="ltr">&lt;<a href="mailto:rendyfrx@gmail.com">rendyfrx@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi Fraser,<br>
What I mean is like this, when user trying to authenticate says via<br>
your application, can you hashed the password in the same manner<br>
before sending to Freeswitch (says MD5)? If yes, then in your php, you<br>
should return the XML with hashed user password that you retrieve from<br>
DB and let Freeswitch compare for you. You do not need to compare<br>
yourself.<br>
<br>
Hope I understand your problem correctly and this can solved it :)<br>
<br>
<br>
On Wed, Nov 30, 2011 at 12:19 AM, Fraser Redmond<br>
<div class="HOEnZb"><div class="h5">&lt;<a href="mailto:fraserredmond@gmail.com">fraserredmond@gmail.com</a>&gt; wrote:<br>
&gt; Thanks Randy... but I think either I don&#39;t understand you, or you don&#39;t<br>
&gt; understand me...<br>
&gt;<br>
&gt; The password stored in the database has been hashed using mysql&#39;s ENCRYPT<br>
&gt; function with a seed (because it&#39;s not good security policy to store a<br>
&gt; password in any recoverable format.)<br>
&gt;<br>
&gt; I think you&#39;re saying that the nonce is also a hashed version of the<br>
&gt; password that also can&#39;t be reverted back to the original password - is that<br>
&gt; right?<br>
&gt;<br>
&gt; Which means that I now have two hashes which have been generated using<br>
&gt; different methods, so there&#39;s no way to compare them - cant compare within<br>
&gt; the cgi, and can&#39;t send the Freeswitch format back for Freeswitch to<br>
&gt; compare.<br>
&gt;<br>
&gt; If that&#39;s the case (and I&#39;d still like to be clear on that), is it possible<br>
&gt; to pass through the password in addition? (I&#39;ll be using https, so sending<br>
&gt; without hashing is ok.)<br>
&gt;<br>
&gt; Cheers,<br>
&gt; Fraser<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On 28 November 2011 23:59, Rendy &lt;<a href="mailto:rendyfrx@gmail.com">rendyfrx@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt; Why don&#39;t you let your user authenticate using hashed password then in<br>
&gt;&gt; php you return the user xml with the hashed password that is stored.<br>
&gt;&gt; In that way, you will not have any issue. I don&#39;t think you can<br>
&gt;&gt; rebuild the original password as what hash function is meant to be one<br>
&gt;&gt; way only.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Nov 29, 2011 at 11:45 AM, Fraser Redmond<br>
&gt;&gt; &lt;<a href="mailto:fraserredmond@gmail.com">fraserredmond@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; I am setting up a connection to a database of users, whose passwords<br>
&gt;&gt; &gt; have<br>
&gt;&gt; &gt; been saved as a one-way hash.<br>
&gt;&gt; &gt; That means that my xml_curl php/sql will need to perform the<br>
&gt;&gt; &gt; authentication,<br>
&gt;&gt; &gt; and return a user without any password.<br>
&gt;&gt; &gt; (According to Anthony, back in<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 2008: <a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2008-February/029882.html" target="_blank">http://lists.freeswitch.org/pipermail/freeswitch-users/2008-February/029882.html</a> )<br>
&gt;&gt; &gt; Only thing is I can&#39;t find any mention anywhere of how to re-generate<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt; user&#39;s password from the sip_auth variables in order to run it through<br>
&gt;&gt; &gt; my<br>
&gt;&gt; &gt; one-way hash for comparison to the database.<br>
&gt;&gt; &gt; It&#39;s got to be something to do with these:<br>
&gt;&gt; &gt; sip_auth_nonce = 4d95dd9f-2247-474a-8496-aa7c08700fe7<br>
&gt;&gt; &gt; sip_auth_cnonce = a088c6b6ba18d1387a45998b6bfa842d<br>
&gt;&gt; &gt; sip_auth_nc = 0000000a<br>
&gt;&gt; &gt; sip_auth_response = 9edefab216a46ed75f1ed1297dd9c9d3<br>
&gt;&gt; &gt; Any ideas how to rebuild the original user&#39;s password?<br>
&gt;&gt; &gt; Or is there a way to send the password through as part of the post?<br>
&gt;&gt; &gt; (maybe<br>
&gt;&gt; &gt; using enable-post-var)<br>
&gt;&gt; &gt; Cheers,<br>
&gt;&gt; &gt; Fraser<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
</div></div><div class="HOEnZb"><div class="h5">&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>