Skip to content

Releases: paragonie/constant_time_encoding

Version 2.6.2

13 Jun 05:30
v2.6.2

Choose a tag to compare

  • #45 Fix regression from 2.6.1

Version 2.6.1

11 Jun 00:44
v2.6.1

Choose a tag to compare

Version 2.6.0

10 Jun 07:40
v2.6.0

Choose a tag to compare

  • 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.

Version 2.5.0

17 Jan 05:34
v2.5.0

Choose a tag to compare

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

Version 1.1.0

17 Jan 05:26
v1.1.0

Choose a tag to compare

  • Support PHP 8
  • Migrate to GitHub Actions

Version 2.4.0

06 Dec 15:16
v2.4.0

Choose a tag to compare

  • #25 - Fixed exception message
  • Support PHP 8

Version 2.3.0

06 Nov 19:22
v2.3.0

Choose a tag to compare

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

Version 1.0.4

30 Apr 17:58
v1.0.4

Choose a tag to compare

  • Adds Base32::encodeUnpadded() from v1.x branch.

Version 1.0.3

29 Apr 17:41
v1.0.3

Choose a tag to compare

  • #15 -- encodeUnpadded() added to Base64.

Version 2.2.2

10 Mar 19:51
v2.2.2

Choose a tag to compare

  • This library now has 100% type-safety.
  • Added unit tests to detect string truncation bugs that were (mistakenly?) reported.