Hashes a password using the SHA-256 algorithm.
// returns 7B1A454E41944B1FD6EB9AC7B1CA6998C4D9263650D257B9B54D0A8FA8A2EFD5let hashedPassword = await hashPassword("Here1AmHere1Remain.");
The password to hash.
The hash of the password.
Generated using TypeDoc version 0.22.15, the 4/20/2022
Hashes a password using the SHA-256 algorithm.