DEV Community

Muhammad Ahmad
Muhammad Ahmad

Posted on

5 Cybersecurity Mistakes I Made as a CS Student (And How You Can Avoid Them)

Introduction

As a Computer Science student, I’ve spent countless hours learning coding, algorithms, and building projects. But one area I underestimated in the beginning was cybersecurity. Making mistakes is part of learning, so I decided to share 5 common cybersecurity mistakes I made and how you can avoid them.

These lessons are simple, practical, and perfect for fellow students who want to stay safe online.

1. Using Weak or Reused Passwords

Mistake: I used the same simple password across multiple accounts.

Why it’s dangerous: If one account is hacked, all your accounts are at risk.

Solution:

Use strong passwords (mix letters, numbers, and symbols)
Use a password manager to remember them
Enable Two-Factor Authentication (2FA)

Pro Tip: Avoid using birthdays, names, or simple sequences like 123456.
**

  1. Ignoring Software Updates**

Mistake: I delayed updating my operating system and apps.

Why it’s dangerous: Updates often fix security vulnerabilities. Outdated software is an easy target for hackers.

Solution:

Always install updates as soon as they’re available
Enable automatic updates if possible

Example: My old laptop got a malware warning because I skipped Windows updates for months.

3. Clicking on Suspicious Links

Mistake: I clicked on random emails or social media links without checking.

Why it’s dangerous: Phishing attacks can steal passwords or install malware.

Solution:

Verify the sender before clicking any link
Hover over links to check the URL
Don’t download attachments from unknown sources
4. Not Backing Up Important Data

Mistake: I never backed up my projects and notes.

Why it’s dangerous: If a virus or ransomware attacks, your data could be lost forever.

Solution:

Regularly back up files to cloud storage or an external drive
Use version control systems like Git for projects

Tip: Even a simple Google Drive backup saves a lot of stress.

5. Overlooking Network Security

Mistake: I used public Wi-Fi without a VPN.

Why it’s dangerous: Public networks are often unencrypted and can expose your data.

Solution:

Use a trusted VPN when connecting to public Wi-Fi
Avoid logging into sensitive accounts on shared networks
Always check if the website has HTTPS

Conclusion

Learning cybersecurity doesn’t require advanced technical knowledge—small, mindful habits make a huge difference.

These 5 mistakes taught me the importance of being proactive about online safety. If you’re a CS student, avoid these mistakes and make your online experience safer and stress-free.

Bonus Tip: Check out my personal tech blog for more guides on learning and projects: Visit my blog

Top comments (0)