Coursework for mca402-Information Security.
- Caesar Cipher
- Hill Cipher
- DES - ECB, CBC, CFB, OFB, CTR
- AES - ECB, CBC, CFB
- RSA
- DSA
cd
to the respective cipher foldermake
to build the executablemake run
to execute
- A separate folder for each new cipher
- Each folder has its own
readme file
andmakefile
readme file
may contain description, supported modes and output samples.makefile
contains make commands as per the repo