From a73846717f5c884e0eef0b5591ff7ad374375a0b Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 2 Nov 2012 13:59:07 +0000 Subject: 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. $conf['pass_convert'] is replaced by $conf['password_hash'] + $conf['password_verify'] git-svn-id: http://piwigo.org/svn/trunk@18889 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/db/132-database.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 install/db/132-database.php (limited to 'install/db/132-database.php') diff --git a/install/db/132-database.php b/install/db/132-database.php new file mode 100644 index 000000000..744e8e3ba --- /dev/null +++ b/install/db/132-database.php @@ -0,0 +1,36 @@ + \ No newline at end of file -- cgit v1.2.3