# Functions

CheckPasswordHash if the hash (usually stored in database) matches users entered password.
No description provided by the author
GenerateSecretKey generated n-byte secret key and returns in hex format string.
HashPassword - stronger encryption for storing passwords.
ValidateHMacSignature validates signature from a sent payload.