{"id":31362402,"url":"https://github.com/bytebaker/stego","last_synced_at":"2025-09-27T04:42:59.581Z","repository":{"id":312603588,"uuid":"1047994957","full_name":"ByteBaker/stego","owner":"ByteBaker","description":"Stego","archived":false,"fork":false,"pushed_at":"2025-08-31T19:18:30.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-31T21:20:54.701Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ByteBaker.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-31T17:28:29.000Z","updated_at":"2025-08-31T19:18:34.000Z","dependencies_parsed_at":"2025-08-31T21:21:04.394Z","dependency_job_id":"805e65fc-1118-4f09-aafc-6b3a52bc12c8","html_url":"https://github.com/ByteBaker/stego","commit_stats":null,"previous_names":["bytebaker/stego"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ByteBaker/stego","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteBaker%2Fstego","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteBaker%2Fstego/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteBaker%2Fstego/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteBaker%2Fstego/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ByteBaker","download_url":"https://codeload.github.com/ByteBaker/stego/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteBaker%2Fstego/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277184112,"owners_count":25775285,"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-09-27T02:00:08.978Z","response_time":73,"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-09-27T04:42:57.406Z","updated_at":"2025-09-27T04:42:59.563Z","avatar_url":"https://github.com/ByteBaker.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stego\n\nSteganography toolkit implementing four methods for hiding data in plain sight.\n\n## Methods\n\n**4spach** - Invisible Unicode characters  \n**AIT_Steg** - Encrypted zero-width steganography  \n**TWSM** - Text formatting (bold/italic)  \n**Em_st** - Emoticon-based encoding  \n\n## Installation\n\n```bash\npip install git+https://github.com/bytebaker/stego.git\n```\n\n## Usage\n\n```bash\n# Encode secret into cover text\nstego 4spach encode --cover cover.txt --data secret.txt --output encoded.txt\n\n# Decode secret from encoded text  \nstego 4spach decode --input encoded.txt --output decoded.txt\n\n# Other methods: ait-steg, twsm, em-st\nstego ait-steg encode --cover cover.txt --data secret.txt --key \"password\" --output encoded.txt\n```\n\n### Python API\n\n```python\nfrom stego.methods.fourspach import FourSpachMethod\n\nmethod = FourSpachMethod()\nencoded = method.encode(\"Hello world!\", \"secret data\")\ndecoded = method.decode(encoded)\n```\n\nSee `examples/` directory for comprehensive demonstrations of all methods.\n\n## Testing\n\n```bash\npytest tests/ -v\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytebaker%2Fstego","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytebaker%2Fstego","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytebaker%2Fstego/lists"}