Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Julian HalliwellJulian HalliwellPriority
NewFix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneAffects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Julian Halliwell
Julian HalliwellPriority
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Affects versions
Created 27 July 2024 at 13:58
Updated 24 February 2025 at 15:13
Resolved 29 July 2024 at 15:55
Since being moved to an extension
GenerateArgon2Hash()
no longer works. For example:hash = GenerateArgon2Hash( "testing" )
results in:
lucee.runtime.exp.ExpressionException: Hashing failed!
Also it seems support for the argon2id variant has been removed.
hash = GenerateArgon2Hash( "testing", "argon2id" )
results in:
lucee.runtime.exp.FunctionException: Invalid call of the function [GenerateArgon2Hash], first Argument [variant] is invalid, The Variant should be ARGON2i or ARGON2d
Argon Extension version: 1.0.0.5