Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 323 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 323 Bytes

The project

This project is an instant chat developed in C99 with an end-to-end encryption system. We have reimplemented the AES encryption system.

How to compile

You need to compile both the server and the client separatly. To compile the server : /src/server/Makefile To compile the client : /src/client/Makefile