Ignore:
Timestamp:
Nov 2, 2012, 2:59:07 PM (11 years ago)
Author:
plg
Message:

feature 2727: improve password security with the use of PasswordHash class.
This class performs salt and multiple iterations. Already used in Wordpress,
Drupal, phpBB and many other web applications.

$confpass_convert is replaced by $confpassword_hash + $confpassword_verify

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/piwigo_structure-mysql.sql

    r18164 r18889  
    442442  `id` smallint(5) NOT NULL auto_increment,
    443443  `username` varchar(100) binary NOT NULL default '',
    444   `password` varchar(32) default NULL,
     444  `password` varchar(255) default NULL,
    445445  `mail_address` varchar(255) default NULL,
    446446  PRIMARY KEY  (`id`),
Note: See TracChangeset for help on using the changeset viewer.