All Projects

A complete collection of things I've built, including tools, security experiments, and everything in between.

HASH
2026

Password Hashing Demo

Interactive password security demo covering strength analysis, hashing, and salting with vanilla JavaScript and the Web Crypto API.

JavaScriptWeb Crypto APICryptography
SQL
2026

SQL Injection Demo

Interactive SQL injection walkthrough showing login bypass, simple data leaks, and how safer queries stop them before input can change what the database does.

SQLWeb SecurityOWASP Top 10
XSS
2026

XSS Playground

Safe browser demo showing reflected, stored, and DOM-based XSS, plus the simple fix that stops each one.

XSSOWASP Top 10Web Security