Worked as a summer camp instructor where I taught middle-schoolers and high-schoolers various courses like Artificial Intelligence, Machine Learning, Python programming, Javascript and game design.
๐งช Selected Projects
FA-SEAL: Forensically Analyzable Symmetric Encryption for Audit Logs PhD Research Project Source code
FA-SEAL is a novel system that enables forensic analysis directly on encrypted audit logs while exclusively disclosing only cyberattack-relevant events to third-party investigators.
It leverages searchable encryption (SE) to create causal graphs while preserving privacy and security.
FACT: Forensic-Aware Artifact Collection system PhD Research Project Source code
FACT is a forensic-aware platform that enhances intrusion detection systems in lowering false positives by automating the identification, collection, and analysis of alert-relevant artifacts.
Text Manipulation Library for Rust Course project for 'Secure Programming' Source code Crate
A rust crate for advanced text manipulation, including multilingual text generation, translation, and words definitions with over 4800 downloads.
Privacy preserving Image Classification Course project for 'Privacy Preserving Data Analysis' Source code Report
This project investigates the trade-off between privacy and utility in deep learningโbased image classification including ConvNet, ResNet18, EfficientNet, ViT and DenseNet21 under various differential privacy constraints.
Casualty Information Extraction and Analysis from News Undergraduate Capstone Project Source code
A system for automatic extraction and visualization of casualty information from news articles, tested with local news feed of road accidents.
It uses techniques like Named Entity Recognition, Semantic Role Labeling and Regular expressions.