Re: MD5 and DES hashes

2001-07-29 Thread Gregory Bond
> 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

Re: MD5 and DES hashes

2001-07-28 Thread ns2.nerpnet.com admin
> 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

Re: MD5 and DES hashes

2001-07-27 Thread Brad Ely
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