somyalalwani/Encrypted-Messaging-Application
Built a multi-client chat application where user can send message to other user directly (end to end) & can create, join groups in multiple chat rooms simultaneously. Tripple DES (3DES), Diffie–Hellman key (end-to-end encryption) is used for message encyption (peer to peer) & random nonce for every group.
Python