Documentation ¶
Overview ¶
Package v2 provides core functions to build LessPass password.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GeneratePassword ¶
func GeneratePassword(site, login, masterPassword string, pp *PasswordProfile) string
GeneratePassword generates v2 password.
Types ¶
type PasswordProfile ¶
type PasswordProfile struct { Keylen int Iterations int Counter int Length int Digest string Rules []string }
PasswordProfile structure that contains password options.
func NewPasswordProfile ¶
func NewPasswordProfile() *PasswordProfile
NewPasswordProfile returns the default password configuration.
Click to show internal directories.
Click to hide internal directories.