Forums / Cotonti / Development / Genoa improved security

password storage in database hash

ez
#34738 2012-06-22 07:29

Please remember : Always make backups of code and DB, because this is in testing fase.
I will add some more documentation later...

Installation requires adding 1 field to the users table:

user_salted   tinyint   default value 0

And after that there is a var that needs to be added to your config.php (datas)

$cfg['psalt'] = '';

The saltvalue can be anything you want e.g.  '12AB#'

 

==- I say: Keep it EZ -==