Versions in this module Expand all Collapse all v1 v1.0.0 May 27, 2022 Changes in this version + func Decrypt(data []byte) ([]byte, error) + func DecryptEncryptedData(encryptedData string, masterKey []byte) (string, error) + func DetectBrowsers(path string) ([]string, error) + func GetMasterKey(path string) ([]byte, error) + type Cookie struct + HostKey string + Name string + Path string + Value string + func GetCookies(path string) ([]Cookie, error) + type DATA_BLOB struct + func NewBlob(d []byte) *DATA_BLOB + func (b *DATA_BLOB) ToByteArray() []byte + type Password struct + Password string + URL string + Username string + func GetPasswords(path string) ([]Password, error)