https://github.com/belanasaikiran/computersecurity
Course Content include md5 hashing and checksum, guessing passwords, SetUID. - Attacks on MD5 collisions, Buffer Overflow, and Dirty COW. The most amazing part is the TPM 2.0 implementation
https://github.com/belanasaikiran/computersecurity
buffer-overflow-attack c security
Last synced: 5 months ago
JSON representation
Course Content include md5 hashing and checksum, guessing passwords, SetUID. - Attacks on MD5 collisions, Buffer Overflow, and Dirty COW. The most amazing part is the TPM 2.0 implementation
- Host: GitHub
- URL: https://github.com/belanasaikiran/computersecurity
- Owner: belanasaikiran
- Created: 2025-03-07T22:58:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T15:36:36.000Z (11 months ago)
- Last Synced: 2025-05-13T16:45:52.426Z (11 months ago)
- Topics: buffer-overflow-attack, c, security
- Language: Python
- Homepage:
- Size: 41.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ComputerSecurity
> 26th March 2025
CSE 5400 - Course focuses on Cryptography, Buffer Overflow, Memory Security, etc
## Homeworks:
[HW1](./HW1): OpenSSL Encryption, Decryption, Hashing, and digital signatures.
[HW2](./HW2/Solution/Solution.md): Using Crypto libraries to implement hash functions and Salting.
- md5, sha256, sha512
- Guessing the passwords using brute force methods.
- Calculating the time it takes to crack passwords using different hash functions.
[HW3](./HW3/Solution.md): Play with File Permissions and SetUID
## Projects
[Project 1](./Project1/Report.md): MD5 Collision Attack
[Project 2](./Project2/README.md): Buffer Overflow Attack
[Project 3](./Project3/Report.md): Dirty COW Attack
[Project 4](./Project4/README.md): Implementing the Trusted Platform Module (TPM 2.0)