blob: d8fd3be7d1194fd3e7df0b4ac46a35be85a2d824 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.. _client-databases:
Client-side databases
=====================
Soledad Client uses `SQLCipher <https://www.zetetic.net/sqlcipher/>`_ for
storing data. The symmetric key used to unlock databases is chosen randomly and
stored encrypted with the user's passphrase (see :ref:`storage-secrets` for
more details).
:ref:`Documents <document-encryption>` and :ref:`blobs <blobs>` are stored in
different databases protected with the same symmetric secret.
|