From eb3de5b7c54e909e79ff59124cbed97a8848de6e Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 2 Mar 2019 14:43:03 +0000 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 0f964dffcc..e51a7ed762 100644 --- a/FAQ.md +++ b/FAQ.md @@ -695,7 +695,7 @@ Long version: Providers require passwords in plain text, so the background service that takes care of synchronizing messages needs to send passwords in plain text. Since encrypting passwords would require a secret and the background service needs to know this secret, this could only be done by storing that secret. Storing a secret together with encrypted passwords would not add anything, so passwords are stored in plain text in a safe, inaccessible place. -Recent Android versions encrypt all data anyway. +Recent Android versions encrypt all user data anyway.