Hashes a plaintext password for storage.
The result is a tagged string beginning with "$a$" followed by an
Argon2id PHC string. The PHC portion embeds the salt and work-factor
parameters, so you only need to store the returned string.
local stored = password.hash("correct horse battery staple")