A simple command line chat application built on TCP sockets with end-to-end encryption.
This app works only on linux operating systems.
You'll also need the cryptodev-linux library or support for /dev/crypto
.
make
./chatter <server|client> <shared_key> <port> <crypto_file_path> <hostname>