Project Overview
SecVault is a mini file vault app that focuses on privacy. It uses the browser’s Web Crypto API to encrypt your files before they’re sent anywhere, which means no one but you, not even me, ees the real content. Even the server just stores the encrypted version (not the key!).
It’s a full-stack build using Flask for the backend and basic file handling, hosted on Render and Netlify. Clean, lightweight, and built with security in mind.