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) Extract ¶
func (c *ChromiumPassword) Extract(masterKey []byte) error
func (*ChromiumPassword) Len ¶
func (c *ChromiumPassword) Len() int
func (*ChromiumPassword) Name ¶
func (c *ChromiumPassword) Name() string
type FirefoxPassword ¶
type FirefoxPassword []loginData
func (*FirefoxPassword) Extract ¶
func (f *FirefoxPassword) Extract(globalSalt []byte) error
func (*FirefoxPassword) Len ¶
func (f *FirefoxPassword) Len() int
func (*FirefoxPassword) Name ¶
func (f *FirefoxPassword) Name() string
type YandexPassword ¶
type YandexPassword []loginData
func (*YandexPassword) Extract ¶
func (c *YandexPassword) Extract(masterKey []byte) error
func (*YandexPassword) Len ¶
func (c *YandexPassword) Len() int
func (*YandexPassword) Name ¶
func (c *YandexPassword) Name() string
Click to show internal directories.
Click to hide internal directories.