Skip to content

CreatePasswordHashExWithSalt - cPasswordHasher

Type: Function
Return Data Type: Boolean

Parameters

Parameter Type Description
uiAlgo UInteger
ucaSalt UChar[]
sPassword String
ByRef sHash String
uiOptTimeCost UInteger

Syntax

Function CreatePasswordHashExWithSalt UInteger uiAlgo UChar[] ucaSalt String sPassword ByRef String sHash UInteger uiOptTimeCost Returns Boolean

Call Example

Get CreatePasswordHashExWithSalt uiAlgo ucaSalt sPassword sHash uiOptTimeCost to BooleanVariable

Description