package
0.0.0-20240804081724-309edf7d5acc
Repository: https://github.com/isnastish/chat.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Is used to validate participant's and channel's names.
Password should contain at least 12 characters, but not exceed 32, at least one digit [0-9], one lower case letter [a-z], one upper case letter [A-Z], and one special character from a list: (@&$#%_).
A password hashed with sha256 algorithm should only contain hexdigits uppercase characters.