CreatePasswordHash - cPasswordHasher
Creates a hash of the provided String
Type: Function
Return Data Type: Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| sPassword | String | Password |
| ByRef sHash | String | Hash |
Syntax
Function CreatePasswordHash String sPassword ByRef String sHash Returns Boolean
Call Example
Get CreatePasswordHash sPassword sHash to BooleanVariable
Description
Creates a hash of the provided String class, which is created on phoCrypto.
It returns True if the operation succeeded.
Return Value
True if successful, otherwise False