From bb029746f25d01a1b81ea49d378d72989c643ebc Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 17 Oct 2022 11:16:38 +0200 Subject: [PATCH] Added remark to decrypt web page --- decrypt/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decrypt/index.html b/decrypt/index.html index 20f1c5bfbc..0d2da93329 100644 --- a/decrypt/index.html +++ b/decrypt/index.html @@ -129,7 +129,7 @@

- Messages are decrypted in the browser and not stored an a server.
+ Messages are sent as a URI fragment and not stored on a server, and decrypted in the browser with JavaScript.
Messages are encrypted with AES/GCM with a 256 bits key derived with PBKDF2/SHA-512/120,000 iterations.