v1.1.0 — Cross-host Decryption and Restore #615
moonD4rk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v1.1.0 turns HackBrowserData’s cross-host support into a complete workflow. You can now export Chromium master keys on the origin host, archive only the files needed for decryption, and restore/decrypt them offline on another machine, even across operating systems.
Highlights
End-to-end cross-host workflow
A new three-command flow is available:
dumpkeysexports portable Chromium master keys,archivepacks the decryption-relevant profile files, andrestorerebuilds Chromium engines from the exported key dump instead of the analyst host's local browser table.Restore Windows-only browsers on macOS/Linux
restorenow treatskeys.jsonas the source of truth for what can be restored. This means data from Windows-only Chromium forks such as Sogou, QQ, 360, DC Browser, and DuckDuckGo Browser can be decrypted on macOS or Linux when the exported keys and archived data are available.Cross-platform Chromium decryption
Chromium v10/v11 decryption is no longer tied to the build OS, enabling offline decryption of copied Chromium data across host platforms. Windows v20 / App-Bound Encryption profiles are supported through exported ABE master keys from the origin host.
Smaller transport artifacts
The new
archivecommand collects only the files needed by the selected categories, preserves the browser/User Data layout inside the zip, and uses the existing locked-file acquisition path for live browser databases.Cleaner CLI
The cross-host commands now use a flat CLI surface:
dumpkeysfor portable key exportarchivefor data transportrestorefor offline decryptionDocumentation
The README now includes a complete cross-host decryption guide, examples for SSH key streaming and hand-copied User Data folders, and updated browser support notes.
Compatibility notes
keys.jsoncontains plaintext master keys. Treat it as a secret;dumpkeys -owrites it with0600permissions.Full Changelog: v1.0.0...v1.1.0
This discussion was created from the release v1.1.0 — Cross-host Decryption and Restore.
Beta Was this translation helpful? Give feedback.
All reactions