PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP Password Lock   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Password Lock
Hash and encrypt passwords with Bcrypt and SHA2
Author: By
Last change:
Date: 4 years ago
Size: 396 bytes
 

Contents

Class file image Download

Version 3.0.0 (2016-05-18)

  • Set minimum PHP version to 7.0
  • Use strict_types

Version 2.0.0 (2016-05-18)

  • Update `defuse/php-encryption` to `2.0.0`
  • Use `paragonie/constant_time_encoding`

Version 1.1.0

  • Added `PasswordLock::rotateKey()` to decrypt and re-encrypt a ciphertext.
  • Better test coverage.

Version 1.0.1

  • Fixed `composer.json`.

Version 1.0.0

  • Initial release.