View Single Post
Old 02-12-2009, 07:07 PM   #8 (permalink)
maZtah
The Acquainted
 
Join Date: Oct 2007
Posts: 170
Thanks: 18
maZtah is an unknown quantity at this point
Default

I'm using the method Wildhoney mentioned.

PHP Code:
define('SALT''SD9isd9034K#J$Ldfdf9I_DLKAMSD;l=');

$szPassword sha1(SALT $_POST['password']); 
Then for every website I'm setting another SALT.
maZtah is offline  
Reply With Quote