How to identify the sender of a message in asymmetric encryption?
I am working on a chat application, and I am trying to secure the communication by using asymmetric encryption. I am able to encrypt a message with the receiver’s public key and decrypt a message with the receiver’s private key.
However, … Continue reading How to identify the sender of a message in asymmetric encryption?