Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 687 Bytes

File metadata and controls

12 lines (10 loc) · 687 Bytes

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!