https://github.com/asifhaider/computer-security-4-1
Public Key Cryptography (AES) with Diffie Hellman and RSA Key Exchange Algorithms, Pedagogical Malware (Virus and Worm) Analysis, Buffer Overflow Demonstration and Firewall Exploration Assignments
https://github.com/asifhaider/computer-security-4-1
aes-encryption beef buffer-overflow diffie-hellman firewall malware-analysis public-key-cryptography rsa-cryptography
Last synced: 7 months ago
JSON representation
Public Key Cryptography (AES) with Diffie Hellman and RSA Key Exchange Algorithms, Pedagogical Malware (Virus and Worm) Analysis, Buffer Overflow Demonstration and Firewall Exploration Assignments
- Host: GitHub
- URL: https://github.com/asifhaider/computer-security-4-1
- Owner: asifhaider
- Created: 2023-07-02T11:00:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T00:12:36.000Z (about 1 year ago)
- Last Synced: 2025-02-01T22:47:58.084Z (8 months ago)
- Topics: aes-encryption, beef, buffer-overflow, diffie-hellman, firewall, malware-analysis, public-key-cryptography, rsa-cryptography
- Language: Python
- Homepage:
- Size: 23.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer-Security-Assignments-Project
### 1. Public Key Cryptography

- **AES Block Cipher** Encryptor Decryptor with [Diffie Hellman](/Public%20Key%20Cryptography/aes_dh/) Key Exchange Algorithm Implementation
- [RSA](/Public%20Key%20Cryptography/rsa/) Encryption Implementation
- Client Server [Socket](/Public%20Key%20Cryptography/socket/) Implementation### 2. Buffer Overflow

- [Resources and Codes](/Buffer%20Overflow/Resources/)
### 3. Malware

- Pedagogical Virus and Worm [Codes](/Malware/Code/)
- Task [Report](/Malware/Assignment%20Report.pdf)### 4. Firewall

- [Resources](/Firewall/Resources/)
- Assignment [Code](/Firewall/online.c)### 5. Project

- Exploring BeEF: Browser Exploitation Framework
- Project [Report](/Project/1805112_1805117_Report.pdf)
- Demo [Video](https://youtu.be/ibCBtcoPTzM?si=d4gDwhogPyD4Q_ou)