diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:53:08 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:53:08 +0000 |
| commit | 987e283677bde3d3f5926655a4673fb38961d08b (patch) | |
| tree | a28b99f9cabe226b8ebff43e52f71cc8cf3f5141 /Encryption.md | |
| parent | 978c6fafdef0f6efd70f57cb1e86bd0a662188fd (diff) | |
Switch to GitHub format for alerts/notifications.
Diffstat (limited to 'Encryption.md')
| -rw-r--r-- | Encryption.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Encryption.md b/Encryption.md index dfaa48a..e76c880 100644 --- a/Encryption.md +++ b/Encryption.md @@ -10,6 +10,6 @@ php ./update.php --gen-encryption-key If enabled, existing plaintext login sessions are automatically encrypted when used, plaintext feed passwords are encrypted on feed update. -!!! warning +[!WARNING] Automatic encryption of plaintext data is a one-way process. If you decide to disable `TTRSS_ENCRYPTION_KEY` afterwards, all encrypted sessions would become invalid and you will get logged out. Feed passwords would become unreadable until you either enable encryption back using same key or edit feeds manually. |