Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 768 Bytes

File metadata and controls

29 lines (21 loc) · 768 Bytes

crypto_course_lab

This project was requested to the (computer science) students of the Cryptography Course Lab that I have been teaching in fall 2012/2013 at the University of Trento.

It is the simulation of an encrypted comunication of a server and a client through two pipes. For the details read the specification of the project in the file:

cryptography_course_project_specifications.txt


To make it work:

  • navigate with a terminal to the src folder
  • run the command make
  • run the command ./server
  • navigate with ANOTHER terminal to the src folder
  • run the command ./client

To remove all unneeded files run the command

  • run the command make clean