From b078f381b11f116e054c308eefdd0380280757c7 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 19 Aug 2025 17:09:54 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index e7eeb5258e..ba21a99262 100644 --- a/FAQ.md +++ b/FAQ.md @@ -5915,7 +5915,7 @@ Existing accounts or identities will never be deleted Please note that accounts are only considered the same if they are cloud synced and never if the same account is configured on different devices. All data is [end-to-end encrypted](https://en.wikipedia.org/wiki/End-to-end_encryption), -which means that the cloud server, currently powered by AWS, can't see the data contents. +which means that the cloud server, currently powered by [AWS](https://aws.amazon.com/), can't see the data contents. The used encryption method is [AES-GCM-SIV](https://en.wikipedia.org/wiki/AES-GCM-SIV) using a 256 bit key derived from the username and password with [PBKDF2](https://en.wikipedia.org/wiki/PBKDF2) using SHA256 and 310,000 iterations. diff --git a/index.html b/index.html index 4ffcc1c9ee..6d96aff882 100644 --- a/index.html +++ b/index.html @@ -2977,7 +2977,7 @@ adb install /path/to/FairEmail-xxx.apk

Updating includes enabling/disabling accounts and identities.

Existing accounts or identities will never be deleted

Please note that accounts are only considered the same if they are cloud synced and never if the same account is configured on different devices.

-

All data is end-to-end encrypted, which means that the cloud server, currently powered by AWS, can’t see the data contents. The used encryption method is AES-GCM-SIV using a 256 bit key derived from the username and password with PBKDF2 using SHA256 and 310,000 iterations.

+

All data is end-to-end encrypted, which means that the cloud server, currently powered by AWS, can’t see the data contents. The used encryption method is AES-GCM-SIV using a 256 bit key derived from the username and password with PBKDF2 using SHA256 and 310,000 iterations.

Cloud sync is an experimental feature. It is not available for the Play Store version of the app, yet.


(190) How do I use OpenAI (ChatGPT)?