This commit is contained in:
epoberezkin
2023-09-10 09:47:12 +00:00
parent a492315b99
commit 863d4dceab
152 changed files with 27250 additions and 438 deletions

View File

@@ -169,6 +169,8 @@
<li><a href="/docs/simplex.html" class=" lg:px-[20px] inline-block whitespace-nowrap">SimpleX platform</a></li>
<li><a href="/docs/directory.html" class=" lg:px-[20px] inline-block whitespace-nowrap">SimpleX Directory Service</a></li>
<li><a href="/docs/android.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Accessing Android files</a></li>
<li><a href="/docs/sql.html" class="active lg:px-[20px] inline-block whitespace-nowrap">Accessing chat database</a></li>
@@ -600,6 +602,10 @@ window.addEventListener('scroll',changeHeaderBg);
<a class="" href="/docs/simplex.html">SimpleX platform</a>
</li>
<li>
<a class="" href="/docs/directory.html">SimpleX Directory Service</a>
</li>
<li>
<a class="" href="/docs/android.html">Accessing files in Android app</a>
</li>
@@ -738,7 +744,7 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
</div>
</div>
<div><p>| Updated 31.01.2023 | Languages: EN, <a href="/docs/lang/fr/SQL.html">FR</a>, <a href="/docs/lang/cs/SQL.html">CZ</a> |</p>
<div><p>| Updated 31.01.2023 | Languages: EN, <a href="/docs/lang/fr/sql.html">FR</a>, <a href="/docs/lang/cs/sql.html">CZ</a> |</p>
<h1 id="accessing-messages-in-the-database" tabindex="-1">Accessing messages in the database</h1>
<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>