{"id":16371819,"url":"https://github.com/oliverbutler/steggy","last_synced_at":"2026-03-12T23:30:16.939Z","repository":{"id":62444591,"uuid":"498095586","full_name":"oliverbutler/steggy","owner":"oliverbutler","description":"Written in Rust, features a simple cli and a client-side webapp","archived":false,"fork":false,"pushed_at":"2022-06-01T22:30:04.000Z","size":3020,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T12:17:56.822Z","etag":null,"topics":["cli","cryptography","rust","steganography"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/oliverbutler.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}},"created_at":"2022-05-30T21:02:21.000Z","updated_at":"2022-06-01T22:36:50.000Z","dependencies_parsed_at":"2022-11-01T23:33:44.736Z","dependency_job_id":null,"html_url":"https://github.com/oliverbutler/steggy","commit_stats":null,"previous_names":["oliverbutler/steg"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliverbutler%2Fsteggy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliverbutler%2Fsteggy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliverbutler%2Fsteggy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliverbutler%2Fsteggy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oliverbutler","download_url":"https://codeload.github.com/oliverbutler/steggy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239914935,"owners_count":19717760,"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":["cli","cryptography","rust","steganography"],"created_at":"2024-10-11T03:09:42.473Z","updated_at":"2026-03-12T23:30:16.898Z","avatar_url":"https://github.com/oliverbutler.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steggy CLI Tool\n\nWritten in Rust, features a simple cli and a client-side webapp. This tool hides data within the least significant bit of an image. Obfuscation techniques are utilized to make the\n\n![steg.png](/steggy.png)\n\n## Install\n\n```bash\nbrew tap oliverbutler/steggy\nbrew install steggy\n```\n\n## Usage\n\n### Encode\n\n```bash\nsteggy encode -f secret.txt -i image.jpg -o out.png\n```\n\n### Decode\n\nDecode will output the image inside an encoded image in the same path, optionally allows an output path for the resulting data.\n\n```bash\nsteggy decode -i out.png\n```\n\n# Image Data Structure\n\nThis is the structure of a `steggy` encoded image file.\n\n| Pos  | Length   | Field          |\n| ---- | -------- | -------------- |\n| 0    | 1 byte   | Flags (unused) |\n| 1    | 4 bytes  | Name length    |\n| 2    | 4 bytes  | Data length    |\n| 6    | 16 bytes | Salt           |\n| 22   | X        | Name           |\n| 22+x | Y        | Data           |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foliverbutler%2Fsteggy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foliverbutler%2Fsteggy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foliverbutler%2Fsteggy/lists"}