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

Struct DBusRetriever

masterkey/retriever_linux.go:22–22  ·  view source on GitHub ↗

DBusRetriever queries GNOME Keyring / KDE Wallet via D-Bus Secret Service.

Source from the content-addressed store, hash-verified

20
21// DBusRetriever queries GNOME Keyring / KDE Wallet via D-Bus Secret Service.
22type DBusRetriever struct{}
23
24func (r *DBusRetriever) RetrieveKey(hints Hints) ([]byte, error) {
25 storage := hints.KeychainLabel

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected