> Cheers for any light anyone can shed,
As others have said:
- check login.conf
- force a salt like '$1$$'
also:
check /etc/auth.conf for a "crypt_default" line.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the mess
> Specifically in PHP and Perl, the call to
> crypt() used to give me, as desired, MD5 hashes. But now it's started
> giving me DES hashes.
I use md5() for MD5 hashes in PHP, and crypt() for DES.
Regards,
-Mike
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stab
On Sat, 28 Jul 2001 01:28:12 +0100
Chris Elsworth <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Would anyone know why my system has just started created DES password
> hashes instead of MD5 ones? Specifically in PHP and Perl, the call to
> crypt() used to give me, as desired, MD5 hashes. But now it