An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Computer-Security-Assignments-Project

### 1. Public Key Cryptography

![crypto](/Public%20Key%20Cryptography/crypto.png)

- **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

![buffer](/Buffer%20Overflow/buffer.png)

- [Resources and Codes](/Buffer%20Overflow/Resources/)

### 3. Malware

![worm](/Malware/worm.png)

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

### 4. Firewall

![firewall](/Firewall/firewall.png)

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

### 5. Project

![beef](/Project/beef.png)

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