Subject: Re: Where is "htdigest"?
To: Zbigniew Baniewski <zb@ispid.com.pl>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-users
Date: 05/21/2007 17:40:14
On Tue, 22 May 2007, Zbigniew Baniewski wrote:

> I'm looking for "htdigest", which is (usually?) part of "apache2-utils"
> package - but neither such package, nor digest alone could be found. Does
> pkgsrc contain it at all? But I wouldn't to install entire apache server,
> when using lighttpd already.
> 
> Or perhaps htdigest can be replaced by some other utility?

A quick script to replace it is at 
http://trac.lighttpd.net/trac/wiki/Docs:ModAuth
(use md5 instead of md5sum)

echo -n me:myrealm: ; echo -n "me:myrealm:mypass" | md5 | cut -b -32

  Jeremy C. Reed