[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] crypt parameters for .htpasswd
- Subject: [cobalt-users] crypt parameters for .htpasswd
- From: "Jim Carey" <ozbcoz@xxxxxxxxxxxxxxxx>
- Date: Mon Oct 30 15:40:56 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
I have a small routine to update the .htpasswd file. On another machine it
seems to work fine. The operative bit is (in PHP):
$cryptpass = crypt($newpass,aa); (I then build that into the relevant
string)
this seems to produce a different password than using the /usr/sbin/htpasswd
routine. Does someone know the right seed or routine to use for the RAQ3 ?
cheers
Jim Carey