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

[cobalt-users] crypt parameters for .htpasswd



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