Re: passwords in subversion
From: Daniel Patterson <danpat_at_danpat.net>
Date: 2004-12-12 08:04:19 CET
Ben Collins-Sussman wrote:
Actually, you can have the best of both worlds.
Server stores HASH(pw)
Client generates random token, and calculates this:
authstring = HASH(HASH(pw)+token)
Client sends "authstring,token" to server. Server can recalculate
If someone can get copies of the hash, then you're still screwed
(Is this how HTTP Digest authentication works? I should go read the
daniel
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.