Skip to content

diamantis-rafail-papadam/Undergraduate-Cybersecurity-Assignment_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Technical University of Crete - HPY414 - Assignment 2

This is an assignment I completed as an undergraduate student in Technical University of Crete.

In the "Implementation.zip" file, you will find Implementations of the following encryption algorithms:

  1. One-time pad
  2. Ceasar cipher
  3. Vigenère cipher

You can explore the functionality of the program in the following way:

  • Unzip "Implementation.zip"
  • Run "make".
  • Run "./demoprogram" and enjoy!