Updated FAQ

This commit is contained in:
M66B 2023-01-24 17:03:43 +01:00
parent f193dbca75
commit dfdb0b5f4d
1 changed files with 2 additions and 0 deletions

2
FAQ.md
View File

@ -5187,6 +5187,8 @@ Existing accounts or identities will never be deleted
All data is [end-to-end encrypted](https://en.wikipedia.org/wiki/End-to-end_encryption), 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 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.
Cloud sync is an experimental feature. It is not available for the Play Store version of the app, yet. Cloud sync is an experimental feature. It is not available for the Play Store version of the app, yet.