From 033272f968249a2951cf7dc6867b8f393d113f2d Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 28 May 2014 20:02:58 +0200 Subject: [ticket/12352] Add passwords driver for sha1 password hashes PHPBB3-12352 --- phpBB/phpbb/passwords/driver/sha1.php | 59 +++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 phpBB/phpbb/passwords/driver/sha1.php (limited to 'phpBB/phpbb/passwords/driver/sha1.php') diff --git a/phpBB/phpbb/passwords/driver/sha1.php b/phpBB/phpbb/passwords/driver/sha1.php new file mode 100644 index 0000000000..a698392ec6 --- /dev/null +++ b/phpBB/phpbb/passwords/driver/sha1.php @@ -0,0 +1,59 @@ +