Remove warnings for web e2ee across the site (#1813)

This commit is contained in:
mfwmyfacewhen 2022-09-27 04:33:59 -05:00 committed by GitHub
parent 5bf2e8bf1f
commit a1bd21f365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 10 deletions

View file

@ -60,7 +60,7 @@ The obvious problem with this is that the service provider (or a hacker who has
Thankfully, end-to-end encryption can alleviate this issue by encrypting communications between you and your desired recipients before they are even sent to the server. The confidentiality of your messages is guaranteed, so long as the service provider does not have access to the private keys of either party.
??? note "Note on web-based encryption"
!!! note "Note on web-based encryption"
In practice, the effectiveness of different end-to-end encryption implementations varies. Applications such as [Signal](../real-time-communication.md#signal) run natively on your device, and every copy of the application is the same across different installations. If the service provider were to backdoor their application in an attempt to steal your private keys, that could later be detected using reverse engineering.