Cheers Aldo,
That's the one password_hash = sha1( username + pass );
Many Thanks,
Nathan
Aldo Bucchi wrote:
> Nathan,
>
> try
> sha1( username + pass )
>
> Regards,
> A
>
> On Sat, Nov 21, 2009 at 7:46 PM, Nathan wrote:
>> Hi all,
>>
>> just moving from using OAuth to session based authenti
Nathan,
try
sha1( username + pass )
Regards,
A
On Sat, Nov 21, 2009 at 7:46 PM, Nathan wrote:
> Hi all,
>
> just moving from using OAuth to session based authentication for some of
> the rest api's & wondering what encryption is used for password_hash?
> I've tried everything from md5 to tiger1
Hi all,
just moving from using OAuth to session based authentication for some of
the rest api's & wondering what encryption is used for password_hash?
I've tried everything from md5 to tiger192
http://localhost:8890/ods/api/user.authenticate?user_name=someuser&password_hash=???
regards,
nathan