Versions in this module Expand all Collapse all v0 v0.0.1 Sep 19, 2025 v0.0.0 Sep 19, 2025 Changes in this version + type ChromiumPassword []LoginData + func (c *ChromiumPassword) Extract(masterKey []byte) error + func (c *ChromiumPassword) Len() int + func (c *ChromiumPassword) Name() string + type FirefoxPassword []LoginData + func (f *FirefoxPassword) Extract(globalSalt []byte) error + func (f *FirefoxPassword) Len() int + func (f *FirefoxPassword) Name() string + type LoginData struct + CreateDate time.Time + LoginURL string + Password string + UserName string + type YandexPassword []LoginData + func (c *YandexPassword) Extract(masterKey []byte) error + func (c *YandexPassword) Len() int + func (c *YandexPassword) Name() string