Documentation ¶
Index ¶
Constants ¶
View Source
const FirefoxDBFile = "places.sqlite"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Algo ¶
type Algo struct { AlgoID OID Params PKCS5Params }
type CipherParams ¶
type EncryptedData ¶
type HistoryRow ¶
func GetBrowsingHistory ¶
func GetBrowsingHistory(dbPath string, limit int) ([]*HistoryRow, error)
func GetBrowsingHistoryTempDB ¶
func GetBrowsingHistoryTempDB(dbPath string, limit int) ([]*HistoryRow, error)
type KDF ¶
type KDF struct { AlgoID OID Params PBKDF2Params }
type Login ¶
type Login struct { Username string Password string URL string // contains filtered or unexported fields }
func GetPasswords ¶
func GetPasswords(profile ProfilePath) ([]*Login, error)
type OID ¶
type OID = asn1.ObjectIdentifier
type PBKDF2Params ¶
type PKCS5Params ¶
type PKCS5Params struct { KDF KDF Cipher CipherParams }
type ProfilePath ¶
type ProfilePath string
func GetProfilePath ¶
func GetProfilePath() (ProfilePath, error)
Click to show internal directories.
Click to hide internal directories.