{"id":20227557,"url":"https://github.com/k-sameer701/image-steganography","last_synced_at":"2025-07-24T01:37:56.133Z","repository":{"id":193806066,"uuid":"689530624","full_name":"k-sameer701/Image-Steganography","owner":"k-sameer701","description":"Image steganography is a method for hiding secret data inside digital images, making it virtually undetectable to the human eye. It's used for secure communication, copyright protection, and data concealment. Extraction requires specialized software and decryption keys. ","archived":false,"fork":false,"pushed_at":"2024-07-12T01:10:52.000Z","size":483,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T17:38:27.255Z","etag":null,"topics":["customtk","customtkinterprojects","decryption","encryption","github","gui","image","image-steganography","image-steganography-tool","python","tkinter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k-sameer701.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}},"created_at":"2023-09-10T05:17:31.000Z","updated_at":"2025-01-09T20:32:29.000Z","dependencies_parsed_at":"2024-07-12T02:42:43.402Z","dependency_job_id":"f363999d-286a-428c-bbae-6454523b2a5c","html_url":"https://github.com/k-sameer701/Image-Steganography","commit_stats":null,"previous_names":["k-sameer701/image-steganography"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/k-sameer701/Image-Steganography","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-sameer701%2FImage-Steganography","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-sameer701%2FImage-Steganography/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-sameer701%2FImage-Steganography/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-sameer701%2FImage-Steganography/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k-sameer701","download_url":"https://codeload.github.com/k-sameer701/Image-Steganography/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-sameer701%2FImage-Steganography/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266780344,"owners_count":23983039,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["customtk","customtkinterprojects","decryption","encryption","github","gui","image","image-steganography","image-steganography-tool","python","tkinter"],"created_at":"2024-11-14T07:25:22.999Z","updated_at":"2025-07-24T01:37:56.112Z","avatar_url":"https://github.com/k-sameer701.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eImage Steganography Tool 🤖\u003c/h1\u003e\n    \u003ch3\u003eThe Image Steganography Tool is a simple yet powerful utility for hiding and extracting secret data within digital images. This tool allows you to securely transmit information, protect your images with watermarks, or conceal sensitive data, all while maintaining the image's visual integrity.\u003c/h3\u003e\n\u003c/div\u003e\n\n## Table of Contents\n\n- [Features](#features)\n- [Screenshots](#screenshots)\n- [Installation](#installation)\n- [Usage](#usage)\n- [License](#license)\n- [Developer](#developer)\n\n## Features\n\n- **Embedding**: Seamlessly hide text or another image within the least significant bits of the pixel values in your chosen image.\n- **Extraction**: Effortlessly extract hidden data from steganographic images using the provided decryption key or algorithm.\n- **Security**: Utilize strong encryption techniques to protect your hidden data.\n- **Visual Integrity**: Ensure that the cover image appears unchanged to the human eye.\n- **Various Formats**: Support for popular image formats like JPEG, PNG, and BMP.\n- **User-Friendly Interface**: A simple and intuitive graphical user interface for ease of use.\n\n## Screenshots\n\n![Stegano](https://github.com/k-sameer701/Image-Steganography/assets/103239208/ee9950d9-1a01-4a9b-95d8-1490970aae22)\n\n## Installation\n\n## Prerequisites\nBefore you begin, ensure you meet the following requirements:\n* Python3\n* Tkinter (Used for creating GUI's)\n* Customtkinter   (Used for creating Modern GUI's)\n* stegano\n* PIL\n\n## Setup\n\n1. Clone the Repository:\n   \n```bash\ngit clone https://github.com/k-sameer701/Image-Steganography.git\n```\n\n2. Navigate to the Project Directory:\n   \n```\ncd Image-Steganography\n```\n\n3. Run the app:\n   \n```bash   \npython3 app.py\n```\n\n## Usage:\n\n## Encrypting Message \n\n1. Open the app on your system.\n2. Select the image \n3. Write the message you want to encrypt in the message box.\n4. Press the Encrypt Button.\n5. A new image file will be created with name untitle.png\n6. The encrypted message is now hidden in untitle.png\n\n## Decrypting Message\n\n1. Open Show tab.\n2. Select the image .\n3. Press the Decrypt Button.\n4. If the image has some encrypted text, the message will be displayed on the new window.\n\n## License\n\nThis project is licensed under the [GPL-3 License](LICENSE).\n\n## Developer\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/k-sameer701/k-sameer701.github.io/blob/main/img/Profilees.jpg\" width=\"150\" height=\"150\" style=\"border-radius: 30%; display: block; margin: 0 auto\"/\u003e\n    \u003ch3\u003e\u003ca href=\"https://github.com/k-sameer701\"\u003ek-sameer701\u003c/a\u003e\u003c/h3\u003e\n        \u003cbr/\u003e\n        \u003cp\u003eThank you for using \u003cstrong\u003eImage Steganography Tool 🤖\u003c/strong\u003e\u003c/p\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003ch4\u003eImage Steganography \u0026copy Sameer Kumar 2024\u003c/h4\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk-sameer701%2Fimage-steganography","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk-sameer701%2Fimage-steganography","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk-sameer701%2Fimage-steganography/lists"}