{"id":29092232,"url":"https://github.com/amnatariq290/code_alpha-cloud-based-bus-pass-system","last_synced_at":"2026-05-15T23:09:44.352Z","repository":{"id":300794986,"uuid":"1007200089","full_name":"amnatariq290/code_alpha-Cloud-Based-Bus-Pass-System","owner":"amnatariq290","description":"Secure file management with encryption, Cloud-based storage via Google Drive API ,Emphasis on scalability, availability, and user-friendly ,interface Combines frontend, backend, and encryption concepts","archived":false,"fork":false,"pushed_at":"2025-06-23T16:52:58.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-23T17:27:11.927Z","etag":null,"topics":["busspass","cloud","cloudbased","decryption","encrypt","python","streamlit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amnatariq290.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-23T16:03:36.000Z","updated_at":"2025-06-23T16:53:01.000Z","dependencies_parsed_at":"2025-06-23T17:27:30.537Z","dependency_job_id":null,"html_url":"https://github.com/amnatariq290/code_alpha-Cloud-Based-Bus-Pass-System","commit_stats":null,"previous_names":["amnatariq290/code_alpha-cloud-based-bus-pass-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amnatariq290/code_alpha-Cloud-Based-Bus-Pass-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amnatariq290%2Fcode_alpha-Cloud-Based-Bus-Pass-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amnatariq290%2Fcode_alpha-Cloud-Based-Bus-Pass-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amnatariq290%2Fcode_alpha-Cloud-Based-Bus-Pass-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amnatariq290%2Fcode_alpha-Cloud-Based-Bus-Pass-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amnatariq290","download_url":"https://codeload.github.com/amnatariq290/code_alpha-Cloud-Based-Bus-Pass-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amnatariq290%2Fcode_alpha-Cloud-Based-Bus-Pass-System/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264890053,"owners_count":23678829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["busspass","cloud","cloudbased","decryption","encrypt","python","streamlit"],"created_at":"2025-06-28T07:04:04.430Z","updated_at":"2026-05-15T23:09:44.320Z","avatar_url":"https://github.com/amnatariq290.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ☁️ Cloud Based Bus Pass System\n\nA secure file encryption, upload, and decryption system developed as part of my **Cloud Computing Internship - Task 2**. This project focuses on secure file handling, encryption, and basic cloud storage integration using Google Drive.\n\nscreenshot:![image](https://github.com/user-attachments/assets/db7c7246-7342-42a1-ac2a-614a75f97879)\nHome Page:![image](https://github.com/user-attachments/assets/c7081d7f-3206-4a6d-9dcb-36e17fe06e41)\n\n---\n\n## 🎯 Internship Task Context\n\n**Task 2: Cloud-Based Secure System**\n- Secure file management with encryption\n- Cloud-based storage via Google Drive API\n- Emphasis on scalability, availability, and user-friendly interface\n- Combines frontend, backend, and encryption concepts\n\n---\n\n## 🌟 Features\n\n✅ Upload files securely for encryption  \n✅ Files encrypted using Fernet (AES standard)  \n✅ Automatic upload to Google Drive with public share link  \n✅ Decrypt files with download option  \n✅ Gradient modern UI with landing page  \n✅ Responsive design with custom styled components  \n\n---\n\n## 🛠️ Tech Stack\n\n- **Python** - Core Logic \u0026 Encryption  \n- **Streamlit** - Web Interface  \n- **Google Drive API** - Cloud Storage  \n- **HTML/CSS** - Landing Page  \n- **Fernet Encryption** - Data Security  \n\n---\n\n## 🚀 How to Run\n\n1. Install Dependencies:\n```bash\npip install -r requirements.txt\n```\n\n2. Launch the Streamlit App:\n```bash\nstreamlit run app.py\n```\n\n3. Open Landing Page Separately:\n- Double-click `index.html`\n- Or host both pages together for production\n\n---\n\n## 📁 Project Structure\n\n```\ncloud_file_encryptor/\n├── app.py                  # Streamlit encryption app\n├── index.html              # Landing page\n├── encryptor.py            # Encryption logic\n├── gdrive_uploader.py      # Google Drive upload logic\n├── uploads/                # User uploaded files\n├── encrypted/              # Encrypted files\n├── requirements.txt\n├── credentials.json        # Google API credentials\n└── static/images/          # Optional background images\n```\n\n---\n\n## 🎓 Internship Highlights\n\n✔️ Secure Cloud File Handling  \n✔️ Google Drive Cloud Storage Integration  \n✔️ Modern, professional UI with Streamlit and HTML  \n✔️ Fully functioning prototype for Task 3 submission  \n\n---\n\n## 🔧 Possible Future Improvements\n\n- Cloud Decryption \u0026 Retrieval  \n- Full deployment with linked pages  \n- Mobile-optimized interface  \n- Additional cloud service options  \n\n---\n\n## 📬 Developed By\n\n**Amna Tariq**  \nCloud Computing Internship Project  \n*For learning, demonstration, and secure file management*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famnatariq290%2Fcode_alpha-cloud-based-bus-pass-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famnatariq290%2Fcode_alpha-cloud-based-bus-pass-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famnatariq290%2Fcode_alpha-cloud-based-bus-pass-system/lists"}