Built a Secure File Sharing System using Python and Flask. The project allows users to securely upload and download files through AES encryption (CBC mode), ensuring data privacy. It features a clean and basic web interface, proper file separation (uploads, encrypted, decrypted), and uses a .env file to manage encryption keys securely. This project helped reinforce my understanding of Flask, file handling, and cryptographic principles in real-world applications.