diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 20:07:08 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 20:07:08 +0000 |
| commit | d5fa3da71c9e5e1b78a090aad0c71a7a9b90a437 (patch) | |
| tree | 655fa80763bfbef33331e28ac3fc0cef5555f958 /Encryption.md | |
| parent | 30c46651700e52f5d81479579eab5238e1f3f651 (diff) | |
Remove first-level headers.
They look bad on the GitHub wiki due to the page name being displayed with (in most cases) the same wording.
Diffstat (limited to 'Encryption.md')
| -rw-r--r-- | Encryption.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Encryption.md b/Encryption.md index 98c56ea..733f6c1 100644 --- a/Encryption.md +++ b/Encryption.md @@ -1,5 +1,3 @@ -# At rest encryption - Transparent at rest encryption is optionally supported for sensitive data stored in the database, currently limited to stored session data and passwords for feeds with authentication enabled. To enable, [global configuration](Global-Config) option `TTRSS_ENCRYPTION_KEY` should be set to a 32-byte hex string of random bytes, which may be generated using CLI like this: |