Table of Contents

TDefaultPasswordHasher.SaltLength Property

Gets or sets the length, in bytes, of the random salt generated for each password.

Remarks

Defaults to 32. Set to 0 to disable salting, in which case the stored value contains only the hash, with no salt. prefix.

Syntax

Unit: Sphinx.DefaultPasswordHasher

property TDefaultPasswordHasher.SaltLength: Integer

See also