// projects

Things I've built

Small tools and labs from learning security hands-on — mostly things I built to understand a concept better, not polished products.

SteganoSaurus

Conventional encryption produces obvious gibberish. SteganoSaurus hides the existence of the message: the output is readable text that looks like plain model output. Decoding requires the same model and the same context prompt, making it one of the most secure ways to encrypt the message.

AI/LLMencryptionpython
Github →

Personal Linux server

Self-configured and maintained Ubuntu server on my own hardware - ongoing hands-on practice with system administration, networking fundamentals, and diagnosing real problems as they come up.

linuxubuntunetworking

IPDataCollector

Python script that collects detailed information about an IP address using BrowserLeaks and optionally saves the results as JSON and an interactive map.

networkingparserpython
Github →