1 Description of password_compat import into Moodle:
2 ==================================================
4 Imported from: https://github.com/ircmaxell/password_compat/releases/tag/v1.0.4
5 Copyright: (c) 2012 Anthony Ferrara
8 Files used from the library:
9 * lib/password.php > lib/password.php
10 * test/Unit/* > tests/
16 * Added the following require_once() to the test files:
18 require_once($CFG->dirroot . '/lib/password_compat/lib/password.php');
23 Compatibility with the password_* functions being worked on for PHP 5.5.
25 This library requires PHP >= 5.3.7 due to a PHP security issue prior to that
28 See the RFC (https://wiki.php.net/rfc/password_hash) for more information.
30 Latest code available from https://github.com/ircmaxell/password_compat/