Computer Security Class Projects
Hash Attack
Explores the effectiveness of collision and pre-image attacks on hashes.
Password Cracking
Uses John the Ripper to crack passwords. This project shows the importance of choosing strong passwords.
Extracting Secrets
Extracts secrets from a binary using GDB.
Buffer Overflow
Demonstrates the danger of buffer overflow in a vulnerable program.