Documentation
¶
Index ¶
Constants ¶
View Source
const ( SecretPassword secretType = "password" SecretToken secretType = "token" )
View Source
const ( PasswordLength = 16 NameDefaultSet = `0123456789abcdefghijklmnopqrstuvwxyz` PwdDefaultSet = `0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz~!@#$%^&*()_+-={}[]:"'<>,./|\'?` )
View Source
const (
DefaultUsernameTemplate = "vault{{random 8 | lowercase}}"
)
Variables ¶
This section is empty.
Functions ¶
func RandomString ¶
func RandomTemporaryUsername ¶
Types ¶
type PasswordGenerator ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.