Skip to content

jatin69/mca402-IS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mca402 - Information Security

Coursework for mca402-Information Security.

Ciphers

  • Caesar Cipher
  • Hill Cipher
  • DES - ECB, CBC, CFB, OFB, CTR
  • AES - ECB, CBC, CFB
  • RSA
  • DSA

How to run

  • cd to the respective cipher folder
  • make to build the executable
  • make run to execute

Folder structure

  • A separate folder for each new cipher
  • Each folder has its own readme file and makefile
  • readme file may contain description, supported modes and output samples.
  • makefile contains make commands as per the repo