Modules - Samruddhi9369/Incognito GitHub Wiki

1. One to One Chat :

  • This module uses Pretty Good Privacy (PGP) technique for message exchange.
  • Client passes the message to PGP module which returns the encrypted message to the client.
  • This encrypted message is then sent to the server by encrypting with receiver's public key. One to One Chat

2. Group Chat :

  • In this module, one user can create a group by adding his friends to the group.
  • This owner generates and distributes a symmetric group key.
  • This group key is then used for all future conversations in this group.Group Chat