Skip to content

An encrypted chatroom with symmetric key encryption. Developed with C, using the Ncurses library.

Notifications You must be signed in to change notification settings

ngiambla/enc_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enc Chat

This is an implementation of a chatroom, (using multicast over unicast), secured by a symmetric key algorithm

Compilation

Using the terminal, enter the commands:

make

Execution

In order for the chatroom to operate, have two terminal sessions open (at least), Reserve one terminal for the server (as the multicast over unicast forwarder) Run:

./server

This process will ask you to set a session password. Feel free to choose any password.

Run:

./client

Only 5 users are known to the server, r1cardo, leon4rdo, appl3, micr0 & c0de.

Bugs, Comments or Concerns

Let me know at gdev.engineering@gmail.com, and 'fork' off.

About

An encrypted chatroom with symmetric key encryption. Developed with C, using the Ncurses library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published