OpenEdge.Security.Provider.UserTablePasswordProvider
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| RAW GetUserSalt (handle) |
/* Returns a per-user salt used for hashing (typically) passwords
@param handle The _User buffer to use
@return raw A salt to use for hashing */
|
||
| CHARACTER HashPassword (character, raw) |
/* Hashes a password for storage in the _User table.
The default implementation uses ENCODE() and so
no salt is used.
@param character A mandatory clear-text password
@param raw An optional salt value
@return character A string representation of the hashed password */
|
Method Detail
RAW GetUserSalt (handle)
|
||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER HashPassword (character, raw)
|
||||||||||||||||||||||||