02-12-2009, 07:07 PM
|
#8 (permalink)
|
|
The Acquainted
Join Date: Oct 2007
Posts: 170
Thanks: 18
|
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.
|
|
|
|