Halite v4.0.0 Release Notes

Release Date: 2017-09-16 // over 6 years ago
    • Bump minimum PHP version to 7.2.0, which will be available before the end of 2017
    • 🆕 New methods: encryptWithAd() and decryptWithAd(), for satisfying true AEAD needs
    • Encrypted password hashing through our Password class can also accept an optional, additional data parameter
    • HiddenString objects can now be directly compared
      • $hiddenString->equals($otherHiddenString)
    • ➕ Added Psalm to our Continuous Integration to assure Halite is fully type-safe
    • ⚡️ Updated unit tests to be compatible with PHPUnit 6