Why can’t we encrypt the message with sender’s private key and receiver’s public key in case of sending messages through a server?
I read that why do we need E2EE and can’t rely only on HTTPS for sending messages through a messaging app. The reason which i understood is when sender sends the message to the server, the TLS connection is associated with the server. TLS … Continue reading Why can’t we encrypt the message with sender’s private key and receiver’s public key in case of sending messages through a server?