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