Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

Re: [PHP] Crypt problem From: Christian Reiniger (creinig <email protected>)
Date: 03/23/01

On Friday 23 March 2001 00:04, you wrote:
> you dont... as far as i know,
> crypt only works on <= 8 chars
> it will truncate anything over 8.

That's "traditional" Unix crypt. PHP's crypt() may also understand other
crypt algorithms that can handle longer passwords. Check the manual.

> > the problem I am having is that it is only comparing the first 8
> > characters of the password

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

"Never doubt that a small group of thoughtful, committed people can change the world... Indeed, it's the only thing that ever has."

- Margaret Mead

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>