PASSWORD-HASH-SALT attribute
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The salt value (a random series of bytes) to use with the GENERATE-PASSWORD-HASH function
when salt is not specified. The default value is the Unknown
value (?), which indicates that no salt value is used to generate
the hashed password.
Data type: RAW
Access: Readable/Writable
Applies to: SECURITY-POLICY system handle
You can use the GENERATE-SALT function to populate this attribute.
See also
PASSWORD-HASH-ALGORITHM attribute, PASSWORD-HASH-ROUNDS attribute