This commit is contained in:
epoberezkin
2023-08-17 16:15:48 +00:00
parent 53e71ea97b
commit 3ba122fb72
32 changed files with 239 additions and 59 deletions

View File

@@ -738,7 +738,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>