This document describes a secure file hosting application that uses encryption and compression algorithms. The application allows users to upload files from their device without needing a web browser. The uploaded files are encrypted and compressed before being stored on the server. When users want to download a file, the reverse process of decompression and decryption is performed. The architecture involves a server to store encrypted user files and a client application for file uploads and downloads. Security mechanisms like AES encryption are used to securely transmit files between client and server.