5 Matching Annotations
  1. Nov 2021
    1. 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.

    1. 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.

    2. Whisper.Backup.exportToDirectory("/tmp")

      Needs to patch the app before, as described above by @nomeata.