{"id":25608245,"url":"https://github.com/dhondta/stegano-tools","last_synced_at":"2026-03-02T04:32:56.525Z","repository":{"id":126509037,"uuid":"318997883","full_name":"dhondta/stegano-tools","owner":"dhondta","description":"Collection of steganography tools for images and text","archived":false,"fork":false,"pushed_at":"2023-11-15T08:10:04.000Z","size":587,"stargazers_count":36,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-21T20:20:00.334Z","etag":null,"topics":["base32","base64","codext","ctf-tools","lsb","lsb-steganography","pit","pit-steganography","pvd","pvd-steganography","security-tools","stegano","steganography","tinyscript"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dhondta.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}},"created_at":"2020-12-06T09:39:59.000Z","updated_at":"2024-12-23T22:07:37.000Z","dependencies_parsed_at":"2023-06-17T01:31:00.757Z","dependency_job_id":null,"html_url":"https://github.com/dhondta/stegano-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dhondta/stegano-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhondta%2Fstegano-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhondta%2Fstegano-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhondta%2Fstegano-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhondta%2Fstegano-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhondta","download_url":"https://codeload.github.com/dhondta/stegano-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhondta%2Fstegano-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29992311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":["base32","base64","codext","ctf-tools","lsb","lsb-steganography","pit","pit-steganography","pvd","pvd-steganography","security-tools","stegano","steganography","tinyscript"],"created_at":"2025-02-21T20:19:53.774Z","updated_at":"2026-03-02T04:32:56.482Z","avatar_url":"https://github.com/dhondta.png","language":null,"funding_links":[],"categories":["security-tools"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/dhondta/stegano-tools/raw/main/logo.png\"\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eSteganography Tools Collection \u003ca href=\"https://twitter.com/intent/tweet?text=Stegano%20Tools%20-%20A%20collection%20of%20steganography%20tools%20for%20images%20(including%20LSB,%20PIT%20and%20PVD%20techniques)%20and%20text%20encoding.%0D%0Ahttps%3a%2f%2fgithub%2ecom%2fdhondta%2fstegano-tools%0D%0A\u0026hashtags=python,ctftools,stegano,lsb,pit,pvd,encodings\"\u003e\u003cimg src=\"https://img.shields.io/badge/Tweet--lightgrey?logo=twitter\u0026style=social\" alt=\"Tweet\" height=\"20\"/\u003e\u003c/a\u003e\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003eSome handy steganography tools.\u003c/h3\u003e\n\n```sh\n$ pip install tinyscript\n```\n\n### Base32/64\n\n- [Base32/64 padding](https://gist.github.com/dhondta/90a07d9d106775b0cd29bb51ffe15954)\n\n    **Try It Now**: [Root-Me / Steganography / Base Jumper](https://www.root-me.org/en/Challenges/Steganography/Base-Jumper)\n\n\n### Decoding\n\n- [CodExt](https://github.com/dhondta/python-codext#usage-cli-tool)\n\n    **Try It Now**: [Root-Me / Steganography / Steganomobile](https://www.root-me.org/en/Challenges/Steganography/Steganomobile)\n\n\n### Image\n\n- [Least Significant Bit (LSB)](https://gist.github.com/dhondta/d2151c82dcd9a610a7380df1c6a0272c)\n\n    **Try It Now**: [Root-Me / Steganography / LSB - Uncle Scrooge](https://www.root-me.org/en/Challenges/Steganography/LSB-Uncle-Scrooge-249)\n\n- [Pixel Indicator Technique (PIT)](https://gist.github.com/dhondta/30abb35bb8ee86109d17437b11a1477a)\n\n    **Try It Now**: [Root-Me / Steganography / Pixel Indicator Technique](https://www.root-me.org/en/Challenges/Steganography/Pixel-Indicator-Technique)\n\n- [Pixel Value Differentiator (PVD)](https://gist.github.com/dhondta/feaf4f5fb3ed8d1eb7515abe8cde4880)\n\n    **Try It Now**: [Root-Me / Steganography / Pixel Value Differencing](https://www.root-me.org/en/Challenges/Steganography/Pixel-Value-Differencing)\n\n\n## :clap:  Supporters\n\n[![Stargazers repo roster for @dhondta/stegano-tools](https://reporoster.com/stars/dark/dhondta/stegano-tools)](https://github.com/dhondta/stegano-tools/stargazers)\n\n[![Forkers repo roster for @dhondta/stegano-tools](https://reporoster.com/forks/dark/dhondta/stegano-tools)](https://github.com/dhondta/stegano-tools/network/members)\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/Back%20to%20top--lightgrey?style=social\" alt=\"Back to top\" height=\"20\"/\u003e\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhondta%2Fstegano-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhondta%2Fstegano-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhondta%2Fstegano-tools/lists"}