security::hash::scram-sha-256 (private)
security::hash::scram-sha-256 password salt
Defined in packages/acs-tcl/tcl/security-procs.tcl
SCRAM hash function using sha256 as digest function. The SCRAM hash function is PBKDF2 [RFC2898] with HMAC as the pseudo-random function and where the output key length == hash length. We use 15K iterations for PBKDF2 as recommended in RFC 7677.
- Parameters:
- password (required)
- salt (required)
- Returns:
- hex encoded password hash (64 bytes)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.