Skip to content

puiSaltSize - cPasswordHasher

Specifies the size of the salt to be used

Type: Property
Access: Read/Write
Data Type: UInteger
Parameters: None

Syntax

Property UInteger puiSaltSize
Access Type Syntax
Read Access: Get puiSaltSize to UIntegerVariable
Write Access: Set puiSaltSize to UIntegerVariable/Value

Description

Specifies the size of the salt to be used.

A salt is there to make sure two passwords do not have the same hash. A salt can be publicly known.