imtahirnaseer/CyberDriveX — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a polished web app called CyberDriveX that lets people encrypt and decrypt files safely in their browser. I want it to feel like a modern cybersecurity tool, but still be easy for a normal person to use.

Users should be able to drag and drop one or more files, enter a password or generate a strong one, then encrypt the files and download the protected versions. They should also be able to upload encrypted files, enter the right password, decrypt them, and download the originals. Please support any file type, show clear progress while working, and give friendly success or error messages.

Use strong browser based encryption like AES 256 GCM with secure salts and IVs, and keep everything local so files and passwords never go to a server. Add a clean responsive interface with dark and light mode, password strength feedback, simple activity logs, and options to export keys or logs if useful. Use React, TypeScript, Vite, and Tailwind.

Want more depth? Deep Reverse