Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChromiumPassword ¶
type ChromiumPassword []loginData
func (*ChromiumPassword) Length ¶
func (c *ChromiumPassword) Length() int
func (*ChromiumPassword) Name ¶
func (c *ChromiumPassword) Name() string
func (*ChromiumPassword) Parse ¶
func (c *ChromiumPassword) Parse(masterKey []byte) error
type FirefoxPassword ¶
type FirefoxPassword []loginData
func (*FirefoxPassword) Length ¶
func (f *FirefoxPassword) Length() int
func (*FirefoxPassword) Name ¶
func (f *FirefoxPassword) Name() string
func (*FirefoxPassword) Parse ¶
func (f *FirefoxPassword) Parse(masterKey []byte) error
type YandexPassword ¶
type YandexPassword []loginData
func (*YandexPassword) Length ¶
func (c *YandexPassword) Length() int
func (*YandexPassword) Name ¶
func (c *YandexPassword) Name() string
func (*YandexPassword) Parse ¶
func (c *YandexPassword) Parse(masterKey []byte) error
Click to show internal directories.
Click to hide internal directories.