A simple, professional web application for encrypting and decrypting files securely using AES encryption.
β
Upload any file and encrypt it with AES
β
Decrypt previously encrypted files
β
Clean, responsive UI
β
Built with Python, Flask, and Cryptography
Generate your encryption key:
python -c βfrom cryptography.fernet import Fernet; open(βsecret.keyβ,βwbβ).write(Fernet.generate_key())β
Start the server:
python app.py Open http://127.0.0.1:5000/ in your browser.
A professional web application for secure file encryption and decryption using AES, built with Flask and deployed live on Render.
π©βπ» Author
Hema Pravallika
β
Copy the whole block above, including the starting # Secure File Sharing Web App π down to the last line.
β
Paste it into your new README.md file in your secure-file-web folder.
β
Save the file.
β
Then commit & push with:
```bash
git add README.md
git commit -m βAdd project READMEβ
git push

