Projects
A collection of tools, scripts, and applications I've built for cybersecurity, automation, and learning.
Homomorphic Encryption for Fraud Detection
Privacy-preserving credit card fraud detection that runs ML inference directly on encrypted transaction data using TenSEAL (CKKS). Benchmarks 8 ML models under homomorphic encryption to quantify the accuracy/latency tradeoff.
picoCTF Redesign — Cybersecurity Learning Platform
A usability-driven redesign of picoCTF, built through iterative user research, heuristic evaluation, and formal usability testing as the final project for CMU 17-734 — Usable Security & Privacy.
Threat Intelligence Assistant
RAG-powered threat analysis dashboard that combines a 3-stage LLM pipeline with CVE lookup, MITRE ATT&CK mapping, and static file analysis (YARA). Built as the final project for CMU 17-630 — Prompt Engineering.
Password Strength Demo
An interactive web application that analyzes password strength in real-time, demonstrating common password vulnerabilities and best practices for secure authentication.