Added remark to decrypt web page

This commit is contained in:
M66B 2022-10-17 11:16:38 +02:00
parent 0397992d9a
commit bb029746f2
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
</p>
</fieldset>
<p style="font-size: smaller;">
Messages are decrypted in the browser and not stored an a server.<br>
Messages are sent as a <a href="https://en.wikipedia.org/wiki/URI_fragment" target="_blank">URI fragment</a> and not stored on a server, and decrypted in the browser with JavaScript.<br>
Messages are encrypted with AES/GCM with a 256 bits key derived with PBKDF2/SHA-512/120,000 iterations.
</p>
</form>