diff options
Diffstat (limited to 'Encryption.md')
| -rw-r--r-- | Encryption.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Encryption.md b/Encryption.md index e76c880..98c56ea 100644 --- a/Encryption.md +++ b/Encryption.md @@ -10,6 +10,5 @@ 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] - - 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. +> [!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. |