Skip to content

Latest commit

 

History

History
93 lines (47 loc) · 2.96 KB

README.md

File metadata and controls

93 lines (47 loc) · 2.96 KB

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