pascal_bcrypt/CHANGELOG.md

526 B

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.1.0] - 2016-11-03

Added

  • Changelog
  • Started using semver for versioning.

Changed

  • Removed regex logic for getting the password's current salt, because come on.
  • Make use of object RTPasswordInformation to extract information from hash for verifing logic.