phpbb/phpBB/phpbb/passwords/driver
2020-01-28 01:42:39 +01:00
..
argon2i.php [ticket/16342] Increase default hashing costs for Argon2 passwords 2020-01-28 01:42:39 +01:00
argon2id.php [ticket/16017] Add support for Argon2id as default password hashing 2019-07-23 21:30:28 +02:00
base.php [ticket/14733] Use new interface to preserve backwards compatibility 2016-10-03 22:09:16 +02:00
base_native.php [ticket/16266] Refactor patch using argon2 predefined constants 2019-12-28 12:20:51 +07:00
bcrypt.php [ticket/14733] Use default cost factor in bcrypt constructor 2016-10-03 22:09:12 +02:00
bcrypt_2y.php [ticket/12715] Cleanup comments in \phpbb\passwords\* 2014-06-15 19:14:59 +02:00
bcrypt_wcf2.php [ticket/13203] Use string_compare method in passwords drivers 2014-10-22 14:54:55 -05:00
convert_password.php [ticket/12715] Cleanup comments in \phpbb\passwords\* 2014-06-15 19:14:59 +02:00
driver_interface.php [ticket/14733] Use new interface to preserve backwards compatibility 2016-10-03 22:09:16 +02:00
helper.php [ticket/13917] Do not pass non-string variables to hash_equals() 2015-06-04 17:16:22 +02:00
md5_mybb.php [ticket/13203] Use string_compare method in passwords drivers 2014-10-22 14:54:55 -05:00
md5_phpbb2.php [ticket/15227] Remove STRIP, as always false 2017-05-21 12:58:05 +02:00
md5_vb.php [ticket/13203] Use string_compare method in passwords drivers 2014-10-22 14:54:55 -05:00
phpass.php [ticket/12715] Cleanup comments in \phpbb\passwords\* 2014-06-15 19:14:59 +02:00
rehashable_driver_interface.php [ticket/14733] Extend passwords driver_interface in rehashable_driver_interface 2016-10-03 22:09:22 +02:00
salted_md5.php [ticket/13976] Fix comment typo in salted_md5.php 2015-10-21 00:22:42 +02:00
sha1.php [ticket/13203] Use string_compare method in passwords drivers 2014-10-22 14:54:55 -05:00
sha1_smf.php [ticket/13203] Use string_compare method in passwords drivers 2014-10-22 14:54:55 -05:00
sha1_wcf1.php [ticket/13203] Use string_compare method in passwords drivers 2014-10-22 14:54:55 -05:00
sha_xf1.php [ticket/13203] Use string_compare method in passwords drivers 2014-10-22 14:54:55 -05:00