5 Matching Annotations
- Nov 2021
-
github.com github.com
-
importing databases from the desktop app. I have no experience with that yet. WIP
This tool works with backup files generated by the Signal android application.
TIP: use carderne/signal-export to export from the desktop db.
Tags
Annotators
URL
-
-
www.yoranbrondsema.com www.yoranbrondsema.com
-
/usr/bin/sqlcipher -list -noheader "$db" "PRAGMA key = \"x'"$key"'\";select json from messages;" >
How to decrypt signal-sqlite.
-
-
github.com github.com
-
Read signal chats from Signal-Desktop.
Tags
Annotators
URL
-
-
github.com github.com
-
sqlcipher ~/.config/Signal/sql/db.sqlite \ "PRAGMA key = \"x'$(jq -r '.key' ~/.config/Signal/config.json)'\"; attach database 'plaintext.db' as plaintext key ''; SELECT sqlcipher_export('plaintext'); DETACH DATABASE plaintext;"
The
sqlcipher
bash-command to export Signal-Desktop's db as plaintext in Linux. -
Whisper.Backup.exportToDirectory("/tmp")
Needs to patch the app before, as described above by @nomeata.
-