Constant Time Encoding Versions Save

Constant-Time Character Encoding in PHP Projects

v3.0.0

1 week ago
  • New major bump due to increased minimum PHP requirements (from PHP 7 to PHP 8)
  • Supports PHP 8.4 without deprecation warnings for implicit null

v2.7.0

1 week ago

What's Changed

New Contributors

Full Changelog: https://github.com/paragonie/constant_time_encoding/compare/v2.6.3...v2.7.0

v2.6.3

1 year ago
  • #40 - Improved performance of Hex
  • #43 / #46 - Add .gitattributes to .gitattributes
  • #41 - Consistent use of \ global namespace qualifiers

v2.6.2

1 year ago
  • #45 Fix regression from 2.6.1

v2.6.1

1 year ago
  • Fix #44 - Thanks @HacKanCuBa!

v2.6.0

1 year ago
  • Resolved #22 by fixing the behavior of strict mode (decode($str, true)).
  • Added decodeNoPadding() to Base32, Base64, and its child classes.
    • This is a strict variant of the encoding that doesn't accept = padding at all.

v2.5.0

2 years ago
  • Switched from Travis CI to GitHub Actions
  • Fix parameter names for PHP 8
  • Cover PHP 8.1+ in unit testing

v1.1.0

2 years ago
  • Support PHP 8
  • Migrate to GitHub Actions

v2.4.0

3 years ago
  • #25 - Fixed exception message
  • Support PHP 8

v2.3.0

4 years ago

Supports PHP 7.3, 7.4, and 8.x (currently only for testing against the master branch in Travis CI)