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 ChromiumCookie []Cookie + func (c *ChromiumCookie) Extract(masterKey []byte) error + func (c *ChromiumCookie) Len() int + func (c *ChromiumCookie) Name() string + type Cookie struct + CreateDate time.Time + ExpireDate time.Time + HasExpire bool + Host string + IsHTTPOnly bool + IsPersistent bool + IsSecure bool + KeyName string + Path string + Value string + type FirefoxCookie []Cookie + func (f *FirefoxCookie) Extract(_ []byte) error + func (f *FirefoxCookie) Len() int + func (f *FirefoxCookie) Name() string