Releases: paragonie/password_lock
Releases · paragonie/password_lock
Version 3.2.0
Full Changelog: v3.1.0...v3.2.0
Version 3.1.0
- Added
needsRehash()
method. - Added support for
$hashOptions
inhashAndEncrypt()
to support custom bcrypt costs. (This can also be used to support custom Argon2id parameters, should the default ever change in PHP.) - Drops support for PHP 7.2 and older.
Use v3.0.3 if you need older PHP support.
Version 3.0.3
- Version 3.0.2 was erroneously tagged from an older version of password_lock. We've deleted this tag and released v3.0.3 so Composer won't cache the bad tagged version.
Version 3.0.1
Fix autoload.php
which assumed Composer was being used. You take it upon yourself to install the dependencies if you're not using Composer.
Version 2.0.1
Fix autoload.php
which assumed Composer was being used. You take it upon yourself to install the dependencies if you're not using Composer.
Version 3.0.0
- Set minimum PHP version to 7.0
- Use strict_types
Version 2.0.0
- Use defuse/php-encryption version 2.0.0
- Use paragonie/constant_time_encoding
Version 1.1.0
- Add
rotateKey()
- Better test coverage
v1.0.1
Forgot a composer.json detail
1.0.0
Version 1.0.0