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