MCPcopy
hub / github.com/moonD4rk/HackBrowserData / ExportKeys

Method ExportKeys

browser/browser.go:97–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95type KeyManager interface {
96 SetRetrievers(masterkey.Retrievers)
97 ExportKeys() (masterkey.MasterKeys, error)
98 BrowserKey() string
99 Kind() types.BrowserKind
100}

Callers 1

BuildDumpFunction · 0.65

Implementers 2

mockChromiumBrowserbrowser/keydump_test.go
Browserbrowser/chromium/chromium.go

Calls

no outgoing calls

Tested by

no test coverage detected