Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GeneratePassword ¶
GeneratePassword will generate a password of length
func GeneratePasswordUsingMode ¶ added in v1.3.0
GeneratePasswordUsingMode will generate a password of length with mode
func GenerateRandomAlphaLower ¶ added in v1.3.0
GenerateRandomAlphaLower will generate a lower-case alpha string of length Should be used only for generating semi-unique, non-cryptographic, non-secret strings -- NOT passwords!
func MaskFunction ¶
MaskFunction creates a function intended to mask passwords which are substrings in other strings f := MaskFunction("pw=") creates a function that masks strings like so: f("pw=xyz") = "pw=******"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.