Documentation
¶
Index ¶
- Constants
- type Passage
- func (p *Passage) DisableChars(which int)
- func (p *Passage) EnableChars(which int)
- func (p *Passage) GetChecksum() int
- func (p *Passage) GetChecksumAsString() string
- func (p *Passage) GetLowers() string
- func (p *Passage) GetNumbers() string
- func (p *Passage) GetPassword(door string) string
- func (p *Passage) GetSymbols() string
- func (p *Passage) GetUppers() string
- func (p *Passage) GetValidCharSets() []string
- func (p *Passage) GetValidChars() string
- func (p *Passage) SetLength(length int)
- func (p *Passage) SetPin(pin string)
- func (p *Passage) SetRequireEachCharSet(r bool)
Constants ¶
View Source
const ( UseLower = 1 << iota UseUpper UseNumber UseSymbol )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Passage ¶
type Passage struct {
// contains filtered or unexported fields
}
func CreatePassage ¶
func (*Passage) DisableChars ¶
func (*Passage) EnableChars ¶
func (*Passage) GetChecksum ¶
func (*Passage) GetChecksumAsString ¶
func (*Passage) GetNumbers ¶ added in v1.1.0
func (*Passage) GetPassword ¶
func (*Passage) GetSymbols ¶ added in v1.1.0
func (*Passage) GetValidCharSets ¶ added in v1.1.0
func (*Passage) GetValidChars ¶
func (*Passage) SetRequireEachCharSet ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.