Hi, I’m Adwaith Suvish — a B.Tech Computer Science Engineering student (Allied Cybersecurity) at Muthoot Institute of Technology. I’m just starting out in the world of cyber security, learning hands-on through platforms like TryHackMe and building small Python projects along the way — from network tools like a multithreaded port scanner, to cryptography basics like a Caesar cipher, to exploring how password security and hashing actually work under the hood. I’m especially drawn to the practical, hands-on side of security — understanding how systems can be broken so I can eventually understand how to defend them. Right now that means a lot of CTF rooms, Python scripting, and documenting everything I learn as I go. This site is where I’ll be tracking that journey — projects, write-ups, and everything in between.
This program generates commonly used passwords by permuting personal information provided by the user.
This program scans a target IP address across all TCP ports(1-65524).
This program encrypts text using the Caesar Cipher.