{"id":27966222,"url":"https://github.com/dnakov/stego","last_synced_at":"2025-08-12T09:10:03.075Z","repository":{"id":282466570,"uuid":"948658427","full_name":"dnakov/stego","owner":"dnakov","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-14T19:47:54.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T17:56:37.762Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/dnakov.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-03-14T18:11:23.000Z","updated_at":"2025-03-14T19:47:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"d2b16687-71ce-47e7-a953-d865f58ac535","html_url":"https://github.com/dnakov/stego","commit_stats":null,"previous_names":["dnakov/stego"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dnakov/stego","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnakov%2Fstego","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnakov%2Fstego/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnakov%2Fstego/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnakov%2Fstego/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnakov","download_url":"https://codeload.github.com/dnakov/stego/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnakov%2Fstego/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270033279,"owners_count":24515468,"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-08-12T02:00:09.011Z","response_time":80,"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":[],"created_at":"2025-05-07T20:17:30.595Z","updated_at":"2025-08-12T09:10:03.050Z","avatar_url":"https://github.com/dnakov.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stego\n\nA steganography tool that hides data in PNG images using LSB (Least Significant Bit) technique.\n\n## Features\n\n- Hide files or text in PNG images\n- Extract hidden data from images\n- Extract from PNG URLs\n- Data compression\n- Optional ChaCha20-Poly1305 encryption\n- Uses 2 LSBs per channel\n- Automatic image sizing\n\n## Building\n\n```bash\nmake\n```\n\nRequires:\n- libcurl (for URLs)\n- zlib\n- gcc/clang\n\nOn macOS:\n```bash\nbrew install curl\n```\n\n## Usage\n\nHide a file:\n```bash\nstego hide input.txt output.png [-p password]\n```\n\nHide text directly:\n```bash\nstego hide -t \"Hello World\" output.png [-p password]\n```\n\nExtract from file:\n```bash\nstego extract input.png output.txt [-p password]\n```\n\nExtract from URL:\n```bash\nstego -u https://example.com/secret.png -o output.txt [-p password]\n```\n\n## How it Works\n\nBasic steganography implementation:\n- Uses 2 LSBs from each RGB channel\n- Requires 2 pixels per byte of data\n- Compresses data before embedding\n- Optional ChaCha20-Poly1305 encryption\n- Creates or reuses PNG images as needed\n\n### Storage\n\nStorage characteristics:\n- Compression typically reduces input size\n- Uses 2 bits per color channel\n- Requires 2 pixels per byte\n- Image size scales with data size\n\n## License\n\nMIT License - see LICENSE file for details ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnakov%2Fstego","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnakov%2Fstego","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnakov%2Fstego/lists"}