Documentation ¶
Overview ¶
You can use the "packr clean" command to clean up this, and any other packr generated files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XKPassword ¶
type XKPassword struct {
// contains filtered or unexported fields
}
XKPassword is a generator of XKCD-style memorable passwords.
func NewXKPassword ¶
func NewXKPassword(cfg *config.GeneratorConfig) *XKPassword
NewXKPassword returns a new configured XKCD password generator.
func (*XKPassword) Generate ¶
func (xk *XKPassword) Generate() (pw string, err error)
Generate returns a new generated password.
Click to show internal directories.
Click to hide internal directories.