security::hash::argon2-rfc9106-high-mem (private)

 security::hash::argon2-rfc9106-high-mem password salt

Defined in packages/acs-tcl/tcl/security-procs.tcl

Compute a "password hash" using the Argon2 hash algorithm key derivation function (RFC 9106). Parameterization first recommendation from RFC 9106: t=1, m=2GiB, p=4 (2 GiB = 2,097,152 KB)

Parameters:
password
salt
Returns:
hex encoded password hash (128 bytes)

Partial Call Graph (max 5 caller/called nodes):
%3 ns_crypto::argon2 ns_crypto::argon2 security::hash::argon2-rfc9106-high-mem security::hash::argon2-rfc9106-high-mem security::hash::argon2-rfc9106-high-mem->ns_crypto::argon2

Testcases:
No testcase defined.
[ show source ]
Show another procedure: