2
0
Fork
You've already forked toechat
0
The open encrypted chat
  • C 90.4%
  • C++ 9.5%
Find a file
2026年06月15日 13:58:16 +02:00
source Small fixes 2026年06月15日 13:58:16 +02:00
LICENSE Initial commit 2025年08月22日 00:01:44 +02:00
makefile Small fixes 2026年06月15日 13:58:16 +02:00
README.md Small fixes 2026年06月15日 13:58:16 +02:00

This software is a portable network communication tool which relies solely on the standard library and Monocypher as dependencies. To compile it, simply run make.

After launching the program without any arguments, the following commands are available:

  • /key [key] - Displays the current encryption key or sets a new one (optional argument).
  • /listen host port - Opens a listening socket on the specified host and port.
  • /connect host port - Connects to the specified host and port.
  • /send path - Sends a file located at the specified path.

The program can function as a chat application as is; however, since it uses standard input/output streams, incoming messages can split the input field. To prevent this, use a multiplexing program like lchat.

For more information about the inner workings of the protocol, check out my website!