Skip to content

Releases: altcha-org/altcha-lib-php

v1.3.1

13 Dec 10:05
@ovx ovx

Choose a tag to compare

Changes:

  • fix: replace ; with & in salt delimiter for compatibility (this allows for backward-compatible extraction of salt parameters with previous versions of the libraries while still preventing the salt parameter splicing attack)

v1.3.0

11 Dec 09:47
@ovx ovx

Choose a tag to compare

Changes:

  • Fixed parameter splicing vulnerability in salt handling that enabled replay attacks.

v1.2.0

17 Nov 00:20
@ovx ovx
725e604

Choose a tag to compare

Changes:

  • Obfuscation class [#16]

v1.1.2

06 Apr 13:39
@ovx ovx

Choose a tag to compare

Changes:

  • Fix compose.json required PHP version (8.2)

v1.1.0

16 Mar 06:05
@ovx ovx

Choose a tag to compare

Breaking change:

  • Fixed casing of the maxNumber parameter in the Challenge

This version v.1.1.0 is compatible only with the ALTCHA widget >= v1.4.0 which supports camelCased maxNumber. For older versions of the widget, use version v1.0.0 of this library.

v1.0.0

16 Mar 01:24
@ovx ovx
f314c75

Choose a tag to compare

Breaking changes:

  • Codebase migrated to OOP and PHP 8.1 [#10]

See the updated README file for guidance with migration. Users requiring older versions of PHP can use the version v0.1.4.

v0.1.4

28 Feb 05:23
@ovx ovx
0371b6b

Choose a tag to compare

Changes:

  • Fix handling of invalid payloads [#6]