Matthew Frazer

Student At Lasell University (2022-2026)

Major: Cybersecurity

Minor: Entrepreneurship

About Me

Hello! I'm Matthew Frazer, I'm pursuing a major in Cybersecurity and a minor in Entrepreneurship at Lasell University (Expected to graduate May 2026). Beyond my interests in cybersecurity, I'm also passionate about fitness, health, cooking, and reading books.

Skills

My Projects

2FA Authenticator App

A secure and user-friendly two-factor authentication (2FA) application for managing Time-based One-Time Passwords (TOTP). Built with Python (CustomTkinter for GUI). This app utilizes pyotp to generate codes, keyring to securely store secrets locally, and cryptography for data encryption.

Homework Tracker

A Python application (Using tkinter and ttkbootstrap for GUI) for students to manage assignments by difficulty, priority, subject, and due dates. Includes a calendar, data visualization (matplotlib), and a basic NLU chatbot (Transformers, PyTorch) with Memory integrated with it (Langchain).

Enhanced HIBP Checker

Python application that uses local Ollama LLM models to give advice on results found from HIBP (Have I Been Pwned) API. Uses PyQt6 for the GUI, and keyring for storing the users HIBP API key securely.

AI OSINT Security Analyzer

Streamlit web app coded in Python that uses an AI agent (Powered by Cohere) to conduct cybersecurity intelligence investigations. Integrates multiple APIs including Shodan, VirusTotal, AbuseIPDB, and CVE databases to provide comprehensive threat assessments with different complexity levels for websites, IP addresses, CVEs, and software versions.

Blur Tool

An intelligent image privacy application that combines manual drawing with AI-powered object detection for precise area blurring. Built with Python (Gradio ImageEditor with brush tools) and utilizes YOLOv11 (Ultralytics), OpenCV, and PyTorch for local image processing with configurable Gaussian blur.