Releases: charlesportwoodii/php-argon2-ext
Releases · charlesportwoodii/php-argon2-ext
1.2.2
1.2.1
- 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 toHASH_ARGON2
raw
option added toargon2_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
- Changes
PASSWORD_ARGON2*
constants toHASH_ARGON2*
- Version bump
1.1.0
Updating to avoid future conflicts with php/php-src#1997 PR. Adding Windows config.w32
1.0.4
Implements argon2_get_info
to retrieve hash information.
1.0.3
Consolidates threads
and lanes
into a single user option to align with reference source.
1.0.2
Fixes memory leak in argon2_hash
.
1.0.1
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
Initial release of library. Attached with this release is a pre-compiled .so
extension for Linux x86_64 systems.