wire-desktop-core 0.1.2

Wire desktop (Electron) messenger reader — interprets the Chromium IndexedDB-over-LevelDB Dexie object stores into typed Wire records (conversations, events, users, clients) and a timeline; surfaces client-side-encrypted message payloads as unrecoverable rather than fabricating plaintext
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# wire-desktop-core

Reader for **Wire desktop** (Electron) messenger artifacts. Interprets the
Chromium IndexedDB-over-LevelDB Dexie object stores
(`https_app.wire.com_0.indexeddb.leveldb`) into typed Wire records
(conversations, events, users, clients) and a chronological timeline.

Client-side-encrypted (Proteus) message bodies are surfaced as unrecoverable —
Wire's message key is not in the Chromium OS Safe Storage — rather than
fabricating plaintext.

See the [repository README](https://github.com/SecurityRonin/wire-desktop-forensic).