Skip to content

Version 3.1.0

Compare
Choose a tag to compare
@paragonie-security paragonie-security released this 02 Jun 11:13
· 7 commits to master since this release
v3.1.0
  • 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.