Skip to content

Releases: ahmetemre3829/secure_chat_application

Secure Chat Application

08 Jun 11:21
e8b2fc5

Choose a tag to compare

Secure Chat Application

Allows users to chat with each other securely.

Updates

  • Added ngrok support

Antivirus Detections Disclaimer

Some antivirus engines (e.g., Kaspersky, Microsoft Defender, BitDefender, etc.) may detect the compiled script.exe as "Trojan.Generic", "Wacatac", or similar threats.
This is a false positive.

This application is a secure chat client, built using:

Python 3

PyQt5 for GUI

socket for communication

AES and RSA (via pycryptodome) for encryption

The .exe was generated using auto-py-to-exe with the --onefile option, which extracts files to a temporary folder before execution — a behavior that is sometimes misinterpreted by antivirus software as malicious.

🧪 Kaspersky scan result:

https://opentip.kaspersky.com/6A02C43D061992C9CC5B11DADA0115A9887E5B8AB61FBE08EBCA4587708DFDBE/

✅ Why it’s safe:

  • Full source code is available in this repository for review.

  • No obfuscation or malicious logic exists in the code.

  • It does not download, install, or modify anything on your system.

  • It only connects to the server IP/port you enter manually.

If you're unsure or concerned, feel free to run the script directly from source (.py files) instead of using the .exe

Secure Chat Application 1.0

19 Mar 14:29
85815bc

Choose a tag to compare

Secure Chat Application

Allows users to chat with each other securely.

Updates

null