Skip to content
Snippets Groups Projects
Commit f9fbcd9b authored by ale's avatar ale
Browse files

Apply emphasis to the important parts of the README

parent 7de55dfb
No related branches found
No related tags found
No related merge requests found
encbook encbook
=== ===
CardDAV server with per-user encryption of the data. CardDAV server with per-user encryption of the data (prototype).
Data is stored in a separate encrypted SQLite database (using Data is stored in a separate encrypted SQLite database (using
[sqleet](https://github.com/resilar/sqleet)) for each user, so that we [sqleet](https://github.com/resilar/sqleet)) for each user, so that we
...@@ -9,8 +9,8 @@ can encrypt it with a user-specific key. The user-specific key should ...@@ -9,8 +9,8 @@ can encrypt it with a user-specific key. The user-specific key should
be a long-term key that can be itself decrypted using the user be a long-term key that can be itself decrypted using the user
password; eventually a password; eventually a
[service](https://git.autistici.org/id/keystore) could be used to [service](https://git.autistici.org/id/keystore) could be used to
provide it. Since this is just a prototype, there is no authentication provide it. **Since this is just a prototype, there is no authentication
and the encryption key is just the user's password. and the encryption key is just the user's password.**
## Usage ## Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment