//
pkg.gl
Category
github.com/bitxx/pholcus
common
goutil
password
package
1.0.1
Repository:
https://github.com/bitxx/pholcus.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
45 SLOC
#
Functions
CheckPassword
CheckPassword checks if the password matches the format requirements.
#
Constants
L
L Lowercase letters.
L_OR_U
L_OR_U Uppercase or lowercase letter.
N
N Numbers.
S
S Symbols found on the keyboard (all keyboard characters not defined as letters or numerals) and spaces.
U
U Uppercase letter.
#
Type aliases
Flag
Flag password material requirement.