From 31d2a8ef05ecd6b3f086230d95c0ae10d4f09474 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 15 Jun 2013 10:09:44 +0200 Subject: [feature/passwords] Add salted md5 (phpBB3 default) and phpass drivers The phpass driver extends the standard salted md5 driver of phpBB3. It will only support the $P$ prefix that phpass uses. PHPBB3-11610 --- phpBB/includes/crypto/driver/phpass.php | 40 +++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 phpBB/includes/crypto/driver/phpass.php (limited to 'phpBB/includes/crypto/driver/phpass.php') diff --git a/phpBB/includes/crypto/driver/phpass.php b/phpBB/includes/crypto/driver/phpass.php new file mode 100644 index 0000000000..4868464d73 --- /dev/null +++ b/phpBB/includes/crypto/driver/phpass.php @@ -0,0 +1,40 @@ +