secure-file-web

Secure File Sharing Web App πŸ”’

A simple, professional web application for encrypting and decrypting files securely using AES encryption.

🌟 Features

βœ… Upload any file and encrypt it with AES
βœ… Decrypt previously encrypted files
βœ… Clean, responsive UI
βœ… Built with Python, Flask, and Cryptography

πŸš€ How to run

  1. Install dependencies: ```bash pip install flask 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.

Secure File Sharing Web App πŸ”’

A professional web application for secure file encryption and decryption using AES, built with Flask and deployed live on Render.

πŸ”— Live Demo

πŸ‘©β€πŸ’» 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

πŸ“Έ Screenshots

πŸ”Ή Main Page

Main Page Main Page

πŸ”Ή Success Message

Success Message Success Message