carloleo / SecureChat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SecureChat

This repo contains the developed project for Applied Cryptography, Computer Engineering Department of Pisa MCs in Cybersecurity. See Project-guidelines.pdf for more details.

Environment

The project has been developed on (virtualized) Ubuntu 21.10 and it requires an OPENSSL version greater than or equal to 1.1.1.

Run

Read all Readme files to configure properly both Client and Server. To run the project from the root directory:

  1. cmake CMakeList.txt
  2. make The executable files will be placed in the bin directory.

About


Languages

Language:C++ 99.3%Language:CMake 0.7%