diff --git a/FAQ.md b/FAQ.md index c2c3dbae46..2ac00e6827 100644 --- a/FAQ.md +++ b/FAQ.md @@ -5252,7 +5252,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 can't see the data contents. +which means that the cloud server, currently powered by AWS, 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.