diff options
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. |