You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A C++ command-line program that generates secure random passwords based on user-defined length. Combines uppercase and lowercase letters, numbers, and special characters using standard C++ libraries. Designed to demonstrate randomness, string handling, and basic security concepts in a simple, beginner-friendly CLI tool.
Learn core IT support skills through hands-on labs, covering hardware installation, networking fundamentals, operating systems management, security basics, and troubleshooting. Perfect for CompTIA A+ certification prep.
SegmentedProxy is a small educational proxy written in Python. It helps students understand how HTTP forwarding, HTTPS CONNECT tunnels, rule-based routing, and traffic segmentation work in practice. The project focuses on clarity, safe defaults, and explainable behavior.