ArgoC is not just another chat. It’s a lightweight CLI tool for secure communication over sockets — прямо из терминала.
Talk directly with your friends without middle servers, using encrypted messages.
- 🔐 AES encryption for all messages
- 🧠 Simple and clean CLI interface
- 🌐 Direct connection (peer-to-peer style)
- 🗂 Chat history stored in JSON
- 🧱 Clean Architecture (easy to scale and maintain)
mvn packagejava -jar ArgoC.jar -s --port 9999 --password mySecretjava -jar ArgoC.jar -c --host 127.0.0.1 --port 9999 --password mySecretjava -jar ArgoC.jar -h --show ALLjava -jar ArgoC.jar -h --show ONE --id ...Both sides must use the same password, otherwise messages cannot be decrypted.
- developers
- CLI lovers
- anyone curious about networking & encryption
Work in progress. Core architecture is ready — more features coming soon.