{"id":17223954,"url":"https://github.com/adeelh/steganography","last_synced_at":"2025-10-13T23:25:31.643Z","repository":{"id":81355846,"uuid":"95747847","full_name":"AdeelH/steganography","owner":"AdeelH","description":"A little Python script that hides files inside images","archived":false,"fork":false,"pushed_at":"2017-06-30T00:01:38.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T16:27:25.975Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdeelH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-06-29T06:53:03.000Z","updated_at":"2023-12-12T19:12:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d14a6d0-76a7-4ae0-a569-23ece76ef7f6","html_url":"https://github.com/AdeelH/steganography","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdeelH/steganography","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdeelH%2Fsteganography","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdeelH%2Fsteganography/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdeelH%2Fsteganography/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdeelH%2Fsteganography/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdeelH","download_url":"https://codeload.github.com/AdeelH/steganography/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdeelH%2Fsteganography/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262319183,"owners_count":23293005,"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":[],"created_at":"2024-10-15T04:09:40.317Z","updated_at":"2025-10-13T23:25:26.605Z","avatar_url":"https://github.com/AdeelH.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Allows hiding binary data in an image. The data is broken into bit-chunks of the specified size and each chunk is stored in the least significant bits of each byte of the image.\n\nThe reverse operation extracts the data from the image and restores it to a file.\n\n## Usage\n```shell\n# hide data\n$ python steg.py \u003cinput-data-file\u003e \u003cinput-image\u003e \u003cdata-bits-per-byte\u003e \u003coutput-image\u003e\n\n# unhide data\n$ python unsteg.py \u003cimage\u003e \u003cdata-bits-per-byte\u003e \u003coutput-file\u003e\n```\n\n## Dependencies\n- Numpy\n- Pillow\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadeelh%2Fsteganography","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadeelh%2Fsteganography","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadeelh%2Fsteganography/lists"}