Skip to content

Releases: paragonie/password_lock

Version 3.2.0

08 May 17:09
v3.2.0
Compare
Choose a tag to compare

Version 3.1.0

02 Jun 11:13
v3.1.0
Compare
Choose a tag to compare
  • Added needsRehash() method.
  • Added support for $hashOptions in hashAndEncrypt() 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

02 Jun 10:47
v3.0.3
Compare
Choose a tag to compare
  • 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

20 May 19:35
Compare
Choose a tag to compare

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

20 May 19:33
Compare
Choose a tag to compare

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

18 May 19:03
Compare
Choose a tag to compare
  • Set minimum PHP version to 7.0
  • Use strict_types

Version 2.0.0

18 May 18:53
Compare
Choose a tag to compare
  • Use defuse/php-encryption version 2.0.0
  • Use paragonie/constant_time_encoding

Version 1.1.0

08 Jun 13:58
Compare
Choose a tag to compare
  • Add rotateKey()
  • Better test coverage

v1.0.1

25 Apr 01:38
Compare
Choose a tag to compare

Forgot a composer.json detail

1.0.0

25 Apr 01:37
Compare
Choose a tag to compare

Version 1.0.0