phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] MD5 authentification


From: Chris Weiss
Subject: Re: [Phpgroupware-developers] MD5 authentification
Date: Tue, 19 Nov 2002 14:59:27 +0000

>base64(md5(           username:passwd    :nonce))
>base64(md5(base64(md5(username:password)):nonce))

well, at least then when syncing is setup on the phpgw side you could store md5
(username:password) in the db.  You pass the username in the first request so 
you's
be able to keep that over in the session and then compair on the database.  A
little more usable but still quite strange.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]