CreatePasswordHashEx - cPasswordHasher
Type: Function
Return Data Type: Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| uiAlgo | UInteger | |
| uiSaltSize | UInteger | |
| sPassword | String | |
| ByRef sHash | String | |
| uiOptTimeCost | UInteger |
Syntax
Function CreatePasswordHashEx UInteger uiAlgo UInteger uiSaltSize String sPassword ByRef String sHash UInteger uiOptTimeCost Returns Boolean
Call Example
Get CreatePasswordHashEx uiAlgo uiSaltSize sPassword sHash uiOptTimeCost to BooleanVariable