mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Updated FAQ
This commit is contained in:
parent
35821dd70c
commit
d4d63fb0a9
1 changed files with 2 additions and 4 deletions
6
FAQ.md
6
FAQ.md
|
@ -702,10 +702,8 @@ Long version:
|
||||||
<a name="faq37"></a>
|
<a name="faq37"></a>
|
||||||
**(37) How are passwords stored?**
|
**(37) How are passwords stored?**
|
||||||
|
|
||||||
Providers require passwords in plain text, so the background service that takes care of synchronizing messages needs to send passwords in plain text.
|
All supported Android versions [encrypt all user data](https://source.android.com/security/encryption/full-disk.html),
|
||||||
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.
|
so all data, including usernames, passwords, messages, etc, is stored encrypted.
|
||||||
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 user data anyway.
|
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue