• caglararli@hotmail.com
  • 05386281520

Asymmetric Key Encryption in Group Chat

Çağlar Arlı      -    8 Views

Asymmetric Key Encryption in Group Chat

I am working on a client/server chat application that supports both single user chat as well as group chat.

We planned to encrypt messages in single user chat with the public key of the receiver and decrypt them using the private key of the receiver.

If we go by this approach, then we are clueless about implementing it in the case of group chat.

Any thoughts?