From dfdb0b5f4d3bedce9d0dfc93f59c86821c7ffcb0 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 24 Jan 2023 17:03:43 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index 8afd7a4d6a..acf15fb352 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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), 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.