Page cover image

📂Briefing

Introduction to Programming in Cybersecurity

Is something secured with a password?

Unfortunately, not everything that has a password can be considered secure. Today, we'll be seeing how a password-protected zip file can be cracked by a simple Python program pretty fast!

🤐Case 1: Locked Zip Files

How can we quickly pull information from websites?

There are billions of web pages out there, and people have found ways to quickly sort through all that information using code!

🕸️Case 2: Scraping Websites

Last updated