Lucee Function Reference
argon2checkhash()
Returns hash of input using Argon2.
Example
argon2checkhash(string input,string hash):boolean
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| input | string | Yes | Input string. |
| hash | string | Yes | The hash of input. |