This Windows Forms application allows users to chat completely anonymously thanks to the encryption of messages and the creation of temporary IDs. No data will be saved in the database, ensuring full privacy.
For more updates, consult the changelog ⬇️
-
Database Connection Management: Users can now connect and disconnect from the database at will. 🔗
-
Dynamic Connection ID: Each time a user connects, a unique connection ID is generated. This ID is completely deleted from the database when the user disconnects. If the user reconnects, a new connection ID is assigned. 🛡️
-
Chat Invitation: Users can send a chat invitation to another client, with the option to accept or reject the invitation. 💬
-
Connection Status Visibility: Users can now see whether they are connected or disconnected from the database. ❗
Minor bug fixed:
- It was showing two connection IDs.
- It can't be NULL 's'.
What's new?
- New graphical interface. 🛠️
- You can now start a chat with anyone you want!! 💬
- Messages in the database are encrypted and decrypted (AES) once they reach the recipient 🔒 (still needs to be perfected).
- When you disconnect or close the form, everything (messages, IDs, etc.) is completely deleted from the server (As long as one of the two disconnects). 🛡️
minor bug fixes. 👾
Minor bug fixed: 👾
What's new?
-Added loading screen! ⚙️
The application is still in development, so there may be some complications. ❗⚙️
#Privacy #SecureChat #OpenSource #Anonymity #Cryptography