Methods
(static) sha256Password(pass) → {string}
Generates the SHA256 hash of a password.
Parameters:
| Name | Type | Description |
|---|---|---|
pass | string | The plain text password. |
Returns:
The hashed password.
- Type:
- string