Skip to content

Anna University Regulation 2017 IT8761 Lab experiments. All of the programs here are my own for the most part. There could be hidden bugs or less optimal implementations. If you find any, do correct it and contribute to this repository. I'll add programs as I finish them.

Notifications You must be signed in to change notification settings

TonyPSR/IT8761-Security-Lab-Experiments

Repository files navigation

IT8761: Security Lab Experiments

WORK IN PROGRESS!

Not yet completed.

Note: If you are executing the programs separately, remove the first statement in the java file.

package com.company.xyz.abc;

Substitution and Transposition Techniques

Sample Outputs

Caesar Cipher

Alt text

PlayFair Cipher

Alt text

Hill Cipher

Note: Hill Cipher decryption fails for edge cases in this implementation. Requires additional bug fixes.

String Key

Alt text

Matrix Key

Alt text

Vigenere Cipher

Alt text

Rail Fence Cipher

Alt text

Column & Row Transposition Cipher

Alt text

Cryptographic Algorithms

Sample Outputs

RSA Algorithm

Alt text

Diffie–Hellman Key Exchange Algorithm

Alt text

MD5 Algorithm

Alt text

SHA-1 Algorithm

Alt text

DES Algorithm

Alt text

AES Algorithm

Alt text

RSA Algorithm Using HTML, CSS & JavaScript

Sample Outputs

Encryption

Alt text

Decryption

Alt text

Digital Signature Standard (DSS)

Signature Generation and Verification

Sample Output

Alt text

About

Anna University Regulation 2017 IT8761 Lab experiments. All of the programs here are my own for the most part. There could be hidden bugs or less optimal implementations. If you find any, do correct it and contribute to this repository. I'll add programs as I finish them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published