{"id":19338812,"url":"https://github.com/fizzygalacticus/steg-go","last_synced_at":"2025-10-16T07:59:23.825Z","repository":{"id":77398377,"uuid":"178116058","full_name":"FizzyGalacticus/steg-go","owner":"FizzyGalacticus","description":"Hiding files in images... with Golang","archived":false,"fork":false,"pushed_at":"2019-04-04T03:38:03.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T08:21:34.403Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/FizzyGalacticus.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":"2019-03-28T03:05:18.000Z","updated_at":"2019-04-04T03:38:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"ccbf40f8-8264-4e88-aade-448963b23aa7","html_url":"https://github.com/FizzyGalacticus/steg-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FizzyGalacticus/steg-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FizzyGalacticus%2Fsteg-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FizzyGalacticus%2Fsteg-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FizzyGalacticus%2Fsteg-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FizzyGalacticus%2Fsteg-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FizzyGalacticus","download_url":"https://codeload.github.com/FizzyGalacticus/steg-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FizzyGalacticus%2Fsteg-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279167987,"owners_count":26118272,"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-10-16T02:00:06.019Z","response_time":53,"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":"2024-11-10T03:18:47.264Z","updated_at":"2025-10-16T07:59:23.794Z","avatar_url":"https://github.com/FizzyGalacticus.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# steg-go\n\nThis project is an (yet another) attempt at recreating an old Digital Forensics project of hiding files in image, and possibly more. [Original Python script here](https://github.com/FizzyGalacticus/Steganography/blob/master/Stegonography.py).\n\n## What is steganography?\n\nYou can always [read the wiki](https://en.wikipedia.org/wiki/Steganography). But long story short, it's basically the idea of hiding things in plain sight (like files inside of images).\n\n## How does hiding files in images work?\n\nBasically, you spread out your input files into the individual bits, and you insert those bits into the pixels of an image. In this particular case, we are using the method of \"least significant bit\" (LSB) steganography, which means that we put the bits into the bit of the pixel value that will have the least significant impact on the image itself.\n\n## Building\n\nI have created a [Makefile](https://en.wikipedia.org/wiki/Makefile) to help with the building process. To build, you only need to run `make build` and it will output the executable binary to `bin/steg`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffizzygalacticus%2Fsteg-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffizzygalacticus%2Fsteg-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffizzygalacticus%2Fsteg-go/lists"}