security_generate_ha1
Generate HA1 and HA1B hex digests for SIP digest authentication by providing username, domain, and password. Required for subscriber table hashing.
Instructions
Generate HA1 and HA1B digest authentication hashes.
These hashes are used in the subscriber table for SIP digest auth.
Parameters
username: The SIP username. domain: The SIP domain. password: The plaintext password to hash.
Returns
dict
Contains ha1 (username:realm:password) and
ha1b (username@domain:realm:password) hex digests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| domain | Yes | ||
| password | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||