Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 657 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 657 Bytes

Network-Security-Projects

Project 1: Encryption and Decryption using transposition algorithm from scratch followed by a simple bruteforce attack.

Project 2: Encryption and Decryption using AES algorithm implemented from scratch.

Project 3: Proof of concept implementation of Public Key Distribution Authority.

Project 4: Proof of concept implementation of a distributed digital driver license verification system.

( Note: For more details on any of these projects, refer the pdf or ppt attached in each folder corresponding to the project. Same folder contains the corresponding python code as well. )