# Functions
CheckPassword checks if the provided password is correct or not.
HashPassword returns the bcrypt hash of the password.
RandomInt generates a random int64 in [min, max].
RandomPass returns a random password of length 12.
RandomString generates a random string of length n.
RandomUser returns a random username of length 6.