{"id":25602790,"url":"https://github.com/lingesh81051/steganography-app","last_synced_at":"2025-10-08T10:49:48.955Z","repository":{"id":278397627,"uuid":"935482326","full_name":"Lingesh81051/Steganography-App","owner":"Lingesh81051","description":"A secure steganography app that embeds encrypted messages within digital images, ensuring undetectable data transmission. It features multi-layer protection, supports flexible input options, and provides a user-friendly interface for seamless encoding and decoding.","archived":false,"fork":false,"pushed_at":"2025-02-19T14:41:07.000Z","size":173,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T15:36:39.026Z","etag":null,"topics":["decryption-algorithm","encryption-algorithms","encryption-decryption","gui","python","python3","tkinter"],"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/Lingesh81051.png","metadata":{"files":{"readme":"README.md","changelog":"history.csv","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}},"created_at":"2025-02-19T14:15:36.000Z","updated_at":"2025-02-19T14:41:10.000Z","dependencies_parsed_at":"2025-02-19T15:49:34.130Z","dependency_job_id":null,"html_url":"https://github.com/Lingesh81051/Steganography-App","commit_stats":null,"previous_names":["lingesh81051/steganography-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lingesh81051/Steganography-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lingesh81051%2FSteganography-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lingesh81051%2FSteganography-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lingesh81051%2FSteganography-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lingesh81051%2FSteganography-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lingesh81051","download_url":"https://codeload.github.com/Lingesh81051/Steganography-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lingesh81051%2FSteganography-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278931654,"owners_count":26070788,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["decryption-algorithm","encryption-algorithms","encryption-decryption","gui","python","python3","tkinter"],"created_at":"2025-02-21T17:24:03.154Z","updated_at":"2025-10-08T10:49:48.948Z","avatar_url":"https://github.com/Lingesh81051.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steganography App\n A secure steganography app that embeds encrypted messages within digital images, ensuring undetectable data transmission. It features multi-layer protection, supports flexible input options, and provides a user-friendly interface for seamless encoding and decoding.\n\n\n---\n\n## ▶️ Steganography App Tutorial – Hide \u0026 Reveal Messages\nhttps://github.com/user-attachments/assets/eeb20781-466b-48bb-b151-a12dd74ca2e8\n\n---\n\n## 🔹 Features \n\n\n✅ **Multi-Layer Security** – Combines **encryption \u0026 steganography** for enhanced protection.  \n✅ **Flexible Input Options** – Users can **type messages** or **upload text files**.  \n✅ **Algorithm Selection** – Choose from **AES-128, AES-256, SHA-256, MD5**, or **basic encoding**.  \n✅ **User-Friendly Interface** – Intuitive GUI for **seamless encoding \u0026 decoding**.  \n✅ **Error Detection** – Prevents incorrect decryption with **validations on passwords \u0026 algorithms**.  \n✅ **Modular Codebase** – **Separate encryption \u0026 decryption modules** for maintainability.  \n\n---\n\n## 📂 Project Structure \n\n```\n\n📁 Steganography-App  \n ├── 📄 Main.py          # Main interface \u0026 GUI logic  \n ├── 📄 Encrypt.py       # Encoding \u0026 encryption logic  \n ├── 📄 Decrypt.py       # Decoding \u0026 decryption logic  \n ├── 📄 README.md        # Documentation  \n ├── 📄 requirements.txt # Dependencies  \n\n```\n---\n\n## 🔧 Installation \u0026 Setup \n\n### 1️⃣ Prerequisite \nEnsure you have **Python 3.8+** installed.  \n\n### 2️⃣ Install Dependencies \n```bash\npip install -r requirements.txt\n```\n\n### 3️⃣ Run the Application \n```bash\npython Main.py\n```\n\n---\n\n## 🛠️ Technologies \u0026 Libraries Used \n\n- **Python** (Programming Language)  \n- **Tkinter** (GUI Framework)  \n- **Pillow** (Image Processing)  \n- **Cryptography** (Encryption Algorithms)  \n\n---\n\n## 🚀 How to Use? \n\n### 🔒 Encoding (Hiding Data)\n1️⃣ Run **main.py** \u0026 choose an **image** to hide the message.  \n2️⃣ Choose **message input** (Type manually or Upload file).  \n3️⃣ Pick an **encryption algorithm** \u0026 enter a **password**.  \n4️⃣ Click **\"Encode\"** to embed data.  \n5️⃣ Save the **stego image** (with hidden data).  \n\n### 🔓 Decoding (Revealing Data)\n1️⃣ Select the **stego image**.  \n2️⃣ Enter the **decryption password**.  \n3️⃣ Choose the **correct algorithm**.  \n4️⃣ Click **\"Decode\"** to retrieve the message.  \n\n---\n\n## 🛡️ Security Mechanisms \n\n🔹 **Steganography + Encryption** → Ensures data remains **hidden \u0026 protected**.  \n🔹 **Wrong Password/Algorithm Detection** → Prevents incorrect decryption.  \n🔹 **Read-Only Decoded Message** → Protects extracted data from modifications.  \n\n---\n\n## 📌 Future Scope\n\n🔸 **Support for Audio/Video Steganography**  \n🔸 **Integration with Cloud Storage**  \n🔸 **AI-Powered Steganalysis Detection**  \n🔸 **Mobile App Version**  \n\n---\n\n## 📄 License\nThis project is **open-source** and licensed under the **MIT License**.  \n\n---\n\n## 📩 Contact \nFor any queries or suggestions, feel free to contact lingeshrm2002@gmail.com — we'd love to hear from you! 🚀  \n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flingesh81051%2Fsteganography-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flingesh81051%2Fsteganography-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flingesh81051%2Fsteganography-app/lists"}