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.