Php Argon2 Ext Versions Save

PHP7 extension for Argon2

1.2.2

6 years ago
  • Bump Argon2 library version to 20171227
  • Adding documentation about march for cross-compiling on i686

1.2.1

6 years ago
  • 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

7 years ago
  • Changes PASSWORD_ARGON2* constants to HASH_ARGON2*
  • Version bump

1.1.0

7 years ago

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

1.0.4

7 years ago

Implements argon2_get_info to retrieve hash information.

1.0.3

7 years ago

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

1.0.2

7 years ago

Fixes memory leak in argon2_hash.

1.0.1

7 years ago

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.

1.0.0

7 years ago

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