argon2-pass
Advanced tools
Changelog
[1.0.2] - 2019-08-02
Updated package dependencies and re-released.
Changelog
[1.0.1] - 2018-12-12
Updated package dependencies and re-released.
Changelog
[1.0.0] - 2018-09-19
First major release of the package. This version will receive full support if any issues are identified as it is no longer deemed to be a "development version".
verifyOneTimeAuthCode()
to validate that the auth code is in the correct format before attempting to separate the code into mac and message. The function will now return false if the code doesn't pass the validation instead of attempting to verify.Changelog
[0.2.2] - 2018-09-10
isInvalidOrUnrecognized()
, isInvalid()
, isValid()
and isValidNeedsRehash()
. These functions will return true if the enumeration value matches the tested value.Changelog
[0.2.1] - 2018-09-09
static readonly
values.Changelog
[0.2.0] - 2018-09-08
hashPasswordSync()
and verifyHashSync()
.MemLimit()
and MemLimit(newValue)
.OpsLimit()
and OpsLimit(newValue)
.static readonly
configuration default values are now set to their value manually. Previously they were just "re-exports" of sodium-native's constants.getMemLimit()
and getOpsLimit()
functions, replaced with getters and setters as detailed above.Changelog
[0.1.3] - 2018-09-06
Changelog
[0.1.2] - 2018-09-06
Changelog
[0.1.1] - 2018-09-06