Re: [Virtuoso-users] ods api password_hash

2009-11-22 Thread Nathan
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

Re: [Virtuoso-users] ods api password_hash

2009-11-21 Thread Aldo Bucchi
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

[Virtuoso-users] ods api password_hash

2009-11-21 Thread Nathan
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