Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
add backward reference to database optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
yahesh committed Jan 13, 2021
1 parent ce30d51 commit 4815d03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ define("RSA_PRIVATE_KEYS", ["-----BEGIN RSA PRIVATE KEY-----\n".
"-----END RSA PRIVATE KEY-----"]);
```

**Hint:** Key rollovers can be helpful when your database grows too big and needs [to be optimized](#database-optimization).

## Limitations

Using Shared-Secrets is **not** a 100% solution to achieve a perfectly secure communication channel, but it can be an improvement in situations where no better communication channel is available. You should always consider to switch to more secure channels like authenticated e-mail encryption (using GnuPG or S/MIME) or end-to-end encrypted instant messengers (like Signal or Threema).
Expand Down

0 comments on commit 4815d03

Please sign in to comment.