VerifyPasswordHash
Docslocal retval = VerifyPasswordHash(password, hash)Parameters
| Name | Type | Description |
|---|---|---|
password | char* | — |
hash | char* | — |
Returns
BOOLReturns TRUE (1) or FALSE (0).
local retval = VerifyPasswordHash(password, hash)| Name | Type | Description |
|---|---|---|
password | char* | — |
hash | char* | — |
BOOLReturns TRUE (1) or FALSE (0).
No snippets yet. Be the first to contribute!