mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 07:34:16 +00:00
deploy: e0b8b0dbe3
This commit is contained in:
+1
-1
@@ -961,7 +961,7 @@ tar -xvzf chat.gz
|
||||
<h2 id="decrypting-databases" tabindex="-1">Decrypting databases</h2>
|
||||
<p>In order to view database data you need to decrypt it first. Install <code>sqlcipher</code> using your favorite package manager and run the following commands in the directory with databases:</p>
|
||||
<pre><code class="language-bash">sqlcipher files_chat.db
|
||||
pragma key="youDecryptionPassphrase";
|
||||
pragma key="yourDecryptionPassphrase";
|
||||
# Ensure it works fine
|
||||
select * from users;
|
||||
</code></pre>
|
||||
|
||||
Reference in New Issue
Block a user