📂Briefing
Introduction to Programming in Cybersecurity
Is something secured with a password?
Is everything that is password protected super secure?
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 FilesHow can we quickly pull information from websites?
How could I use a program to gather information across the internet faster than a human could?
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 WebsitesLast updated