Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

[PHP] hash suggestions wanted From: David P. Schwartz (davids <email protected>)
Date: 03/30/01

the PHP crypt function uses DES and it only generates a hash based on the
first 8 chars of a string, although it produces a 12-char hash. Md5 can hash
a string of indefinite length, but it produces a much longer hash (34 chars or
so).

I need something that can provide me with a 12-16 char hash of an indefinite
string (usually under 100 chars in my case) using standard hasing algorithms.

Any suggestions?

Thanks
-David Schwartz

-- 
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>