# Functions
No description provided by the author
No description provided by the author
CompareHash compares a bcrypt hashed password with its possible plaintext equivalent.
GenerateHash generates a bcrypt hash of the password using the default cost.
No description provided by the author
PwGenAlpha generates a random string of the given length out of alphabetic characters.
PwGenAlphaNum generates a random string of the given length out of alphanumeric characters.
PwGenAlphaNumSymbols generates a random string of the given length out of alphanumeric characters and symbols.
PwGenNum generates a random string of the given length out of numeric characters.
PwGenSymbols generates a random string of the given length out of symbols.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author