ScamShield AI
AI-Powered Scam & Threat Detection Engine
An AI threat detection application that analyses URLs, text messages, or screenshots to detect scams, presenting risk breakdown scores using Python, FastAPI, and React.
AES-Encrypted Web Password Vault built with Flask
Secure Password Manager is a web-based password vault built with Python Flask and MySQL. User accounts are protected with bcrypt password hashing for secure authentication. Stored passwords are encrypted using AES (Fernet symmetric encryption) before saving to the database, ensuring vault data remains protected even if the database is accessed directly. Users can generate strong passwords using the built-in password generator, and manage all vault entries with full create, read, update, and delete operations.