Name: Rohitashwa Pareek
Roll: 20CS8048
Subject: Cryptography and Network Security
Implementation of single round of DES with predetermined 48 bit key
Run: python3 1_DES.py
Implementation of mixedcolumn cipher in AES using predetermined 128 bits
Run: python3 2_MixedColumn.py
No external libraries were used.