Documentation ¶
Index ¶
Constants ¶
View Source
const ( Digits = "0123456789" Uppercase = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" Lowercase = "abcdefghijklmnopqrstuvwxyz" Specials = "~=+%^*/()[]{}/!@#$?|" All = Digits + Uppercase + Lowercase + Specials )
Variables ¶
This section is empty.
Functions ¶
func GeneratePassword ¶
GeneratePassword generate password, length to set the password length level: default(contains number&character), number(only contains number), char(only contains character), mix(contains number&character), advance(contains number&character&specials)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.