Skip to content

chrispanag/tcp-socket-encrypted-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcp-socket-encrypted-chat

A simple command line chat application built on TCP sockets with end-to-end encryption.

Prerequisites

This app works only on linux operating systems.

You'll also need the cryptodev-linux library or support for /dev/crypto.

Compilation

make

Usage

./chatter <server|client> <shared_key> <port> <crypto_file_path> <hostname>

About

A simple command line chat application built on TCP sockets with end-to-end encryption.

Topics

Resources

Stars

Watchers

Forks