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

Struct ABERetriever

masterkey/abe_windows.go:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24var errNoABEKey = errors.New("abe: Local State has no app_bound_encrypted_key")
25
26type ABERetriever struct{}
27
28func (r *ABERetriever) RetrieveKey(hints Hints) ([]byte, error) {
29 // Non-ABE forks (Opera/Vivaldi/Yandex) supply no WindowsABEKey — treat as "not applicable".

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected