From 6a5b6daf73aca940ba3dfb7601b46a90d06475c8 Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 23 Oct 2022 08:07:07 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index c51a224f02..b5ec10443e 100644 --- a/FAQ.md +++ b/FAQ.md @@ -5014,6 +5014,7 @@ This will replace the selected content with a link that the recipient can click Password protected content is sent as a [URI fragment](https://en.wikipedia.org/wiki/URI_fragment) and decrypted in the browser with JavaScript. In other words, protected content is never stored on or seen by third party servers. +Since version 1.1990 received protected content will be decrypted by the app, with as fallback decryption in the browser for other email clients. Password protected content is encrypted with [AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard) / [GCM](https://en.wikipedia.org/wiki/Galois/Counter_Mode) with a 256 bits key derived with [PBKDF2](https://en.wikipedia.org/wiki/PBKDF2) / [SHA](https://en.wikipedia.org/wiki/Secure_Hash_Algorithms)-512 with 120,000 iterations.