package
Version:
v1.1.47
Opens a new window with list of versions in this module.
Published: Jul 16, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Generator interface {
Generate() string
}
type Pwgen struct {
MinLength int
MinLower int
MinUpper int
MinNum int
MinSpecial int
ExcludeCharacters []rune
}
Pwgen is for generating random passwords that meet strict password policy requirements (eg.
those that require symbols, letters, numbers, etc)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.