Skip to content

CreatePasswordHash - cWebSessionManagerStandard

Creates a hash of the provided String using the cPasswordHasher class

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 using the cPasswordHasher class, which is created on phoCrypto.

It returns True if the operation succeeded.

Return Value

True if successful, otherwise False