Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 413 Bytes

README.md

File metadata and controls

7 lines (3 loc) · 413 Bytes

CryptCom is end to end encryption chatting application.

You can create a chatroom and invite others by sharing room name and password. People who got your password can readonly what you are saying. Users who don't have password can also enter the chatroom but won't be able to read your crypted message.

This app uses AES encryption to encrypt your messages which can be decrypted with the password only.