{"id":19729596,"url":"https://github.com/r3dhulk/steganography-in-go","last_synced_at":"2026-06-09T04:31:47.489Z","repository":{"id":97097877,"uuid":"594774980","full_name":"R3DHULK/steganography-in-go","owner":"R3DHULK","description":"Simple Steganography Tool In Python","archived":false,"fork":false,"pushed_at":"2023-01-29T16:13:34.000Z","size":7547,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-23T04:03:33.263Z","etag":null,"topics":["cybersecurity","decryption","encrypt","encryption","encryption-decryption","ethical-hacking","ethical-hacking-tools","ethicalhacking","go","go-for-ethical-hackers","go-for-ethical-hacking","goforethicalhackers","goforethicalhacking","golang","golang-for-ethical-hackers","stegano","steganography","steganography-encoding","steganography-tools","steganograpy"],"latest_commit_sha":null,"homepage":"","language":"Go","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/R3DHULK.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}},"created_at":"2023-01-29T15:57:25.000Z","updated_at":"2023-11-15T13:52:48.000Z","dependencies_parsed_at":"2023-05-07T04:16:42.616Z","dependency_job_id":null,"html_url":"https://github.com/R3DHULK/steganography-in-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/R3DHULK/steganography-in-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3DHULK%2Fsteganography-in-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3DHULK%2Fsteganography-in-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3DHULK%2Fsteganography-in-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3DHULK%2Fsteganography-in-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R3DHULK","download_url":"https://codeload.github.com/R3DHULK/steganography-in-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3DHULK%2Fsteganography-in-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34092253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":["cybersecurity","decryption","encrypt","encryption","encryption-decryption","ethical-hacking","ethical-hacking-tools","ethicalhacking","go","go-for-ethical-hackers","go-for-ethical-hacking","goforethicalhackers","goforethicalhacking","golang","golang-for-ethical-hackers","stegano","steganography","steganography-encoding","steganography-tools","steganograpy"],"created_at":"2024-11-12T00:13:00.618Z","updated_at":"2026-06-09T04:31:47.465Z","avatar_url":"https://github.com/R3DHULK.png","language":"Go","funding_links":["https://www.buymeacoffee.com/r3dhulk"],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003cb\u003eSteganography In Go\u003c/b\u003e\u003c/h1\u003e\n\u003ch1\u003e\u003cb\u003eWhat Is Steganography?\u003c/b\u003e\u003c/h1\u003e\n\u003ch2\u003e\u003ci\u003eSteganography is the technique of hiding secret data within an ordinary, non-secret, file or message in order to avoid detection; the secret data is then extracted at its destination. The use of steganography can be combined with encryption as an extra step for hiding or protecting data. The word steganography is derived from the Greek words steganos (meaning hidden or covered) and the Greek root graph (meaning to write).\u003c/h1\u003e\u003c/i\u003e\n\n#\n\u003cimg src=\"https://img.shields.io/badge/Go-blue\"\u003e \u003cimg src=\"https://img.shields.io/badge/Licence-MIT-yellowgreen\"\u003e\u003cimg src=\"https://img.shields.io/badge/Download-Now-green\"\u003e\u003c/a\u003e\n\n#\n\u003ch2\u003e\u003cb\u003e 😇 Author: Sumalya Chatterjee \u003c/b\u003e\u003c/h2\u003e\n\n#\n\u003ch1\u003e\u003cb\u003e❤️ Don't Copy, Do Fork 😊\u003c/b\u003e\u003c/h1\u003e\n\n#\n\u003ch1\u003e\u003cb\u003eSee What This Tool Usually Does 👇\u003c/b\u003e\u003c/h1\u003e\n\n![Alt text](steganography.png)\n\n#\n\n\u003ch1\u003e\u003cb\u003eGit Installation \u003c/h1\u003e\u003c/b\u003e\n\n```\n# Install Git\nsudo apt install git\n\n# Install Go\nsudo apt install golang\n\n# Git Clone\ngit clone https://github.com/R3DHULK/steganography-in-go\n\n# Change Directory\ncd steganography-in-go\n\n# Run This Tool To Encode\ngo encoding_data.go\n\n# Run This Tool To Encode\ngo decoding_data.go\n\n```\n#\n\u003ch2\u003e\u003cb\u003e\u003ci\u003e Show Support 👇👇👇\u003c/b\u003e\u003c/i\u003e \u003c/h2\u003e\n\u003ca href=\"https://www.buymeacoffee.com/r3dhulk\"\u003e \u003cimg align=\"center\" src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" height=\"50\" width=\"210\" alt=\"https://www.buymeacoffee.com/r3dhulk\" /\u003e\u003c/a\u003e\u003cbr\u003e\u003cbr\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr3dhulk%2Fsteganography-in-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr3dhulk%2Fsteganography-in-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr3dhulk%2Fsteganography-in-go/lists"}