Skip to content

Releases: charlesportwoodii/php-argon2-ext

1.2.2

16 Feb 19:09
1.2.2
Compare
Choose a tag to compare
  • Bump Argon2 library version to 20171227
  • Adding documentation about march for cross-compiling on i686

1.2.1

12 Jun 17:01
1.2.1
Compare
Choose a tag to compare
  • Bump Argon2 library version to 20161029
  • Support for Argon2id via HASH_ARGON2ID constant.
  • HASH_ARGON2ID is now the default hashing algorithm, and is now aliased to HASH_ARGON2
  • raw option added to argon2_hash() to support outputting a 32 byte Argon2 hash
argon2_hash(string $string [, const $algorithm = HASH_ARGON2ID] [, array $options ] [, bool $raw = false ]);

1.2.0

02 Aug 15:25
Compare
Choose a tag to compare
  • Changes PASSWORD_ARGON2* constants to HASH_ARGON2*
  • Version bump

1.1.0

13 Jul 15:55
Compare
Choose a tag to compare

Updating to avoid future conflicts with php/php-src#1997 PR. Adding Windows config.w32

1.0.4

08 Jul 23:18
Compare
Choose a tag to compare

Implements argon2_get_info to retrieve hash information.

1.0.3

08 Jul 20:48
Compare
Choose a tag to compare

Consolidates threads and lanes into a single user option to align with reference source.

1.0.2

06 Jul 16:59
Compare
Choose a tag to compare

Fixes memory leak in argon2_hash.

1.0.1

06 Jul 13:08
Compare
Choose a tag to compare

This release includes minor bug fixes, inclusion for boilerplate PHP7 (TSRM).

Attached with this release is a pre-compiled .so extension for Linux x86_64 systems.

Initial Release

30 Jun 19:49
Compare
Choose a tag to compare

Initial release of library. Attached with this release is a pre-compiled .so extension for Linux x86_64 systems.