Halite v3.0.0 Release Notes

Release Date: 2016-07-30 // over 7 years ago
    • Use paragonie/constant_time_encoding
    • 0️⃣ We now default to URL-safe Base 64 encoding (RFC 4648)
    • API change: Plaintext and password inputs must be a HiddenString object.
    • ⬇️ Dropped support for version 1.
      • We no longer offer or use scrypt anywhere. Everything is Argon2 now.
      • KeyFactory no longer accepts a $legacy argument.
    • ➕ Added TrimmedMerkleTree to Structures.
    • Use is_callable() instead of function_exists() for better compatibility with Suhosin.