{"id":19525691,"url":"https://github.com/aavision/text-in-text","last_synced_at":"2026-02-12T04:44:21.835Z","repository":{"id":246582938,"uuid":"821408106","full_name":"AAVision/text-in-text","owner":"AAVision","description":"Text-in-text is a CLI tool built using GO. The idea behind that tool is to hide text inside text and use plaintext steganography. 👾🔎","archived":false,"fork":false,"pushed_at":"2024-07-03T20:22:37.000Z","size":95,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-26T10:36:05.154Z","etag":null,"topics":[],"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/AAVision.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,"zenodo":null}},"created_at":"2024-06-28T13:23:15.000Z","updated_at":"2024-07-03T20:22:00.000Z","dependencies_parsed_at":"2024-06-28T21:01:15.767Z","dependency_job_id":"51bbd22c-80d6-48c9-83a3-0a55707e6aa6","html_url":"https://github.com/AAVision/text-in-text","commit_stats":null,"previous_names":["aavision/text-in-text"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/AAVision/text-in-text","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAVision%2Ftext-in-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAVision%2Ftext-in-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAVision%2Ftext-in-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAVision%2Ftext-in-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AAVision","download_url":"https://codeload.github.com/AAVision/text-in-text/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAVision%2Ftext-in-text/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746653,"owners_count":24813575,"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-08-23T02:00:09.327Z","response_time":69,"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-11T01:06:31.611Z","updated_at":"2026-02-12T04:44:16.804Z","avatar_url":"https://github.com/AAVision.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text-in-Text :star:\n\n**Text-in-text is a CLI tool built using GO. The idea behind that tool is to hide text inside text and use plaintext steganography.**\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/AAVision/text-in-text/blob/665b7d06f2750195109c8e44c23e62f6143ef77a/text-in-text.png\" /\u003e\n\u003c/p\u003e\n\n\n## Used Technologies :hammer_and_wrench:\n- Go 1.22.4\n- Cobra 1.8.1\n\n## Usage :rocket:\n\nThe tool can encode and decode the texts, and it takes the following attributes:\n\n- Encoding:\n```bash\ngo run .\\main.go encode --text \"This is a cover text.\" --secret \"Secret\" --password \"aavision\"\n```\n```bash\nUsage:\n  text-in-text encode [flags]\n\nFlags:\n  -h, --help            help for encode\n      --secret string   A secret to be hidden!\n\nGlobal Flags:\n      --password string   A password to protect your text!\n      --text string       An encoded text to extract secret from it!\n```\n\n**The encoding will generate a file with a timestamp name, and it will contain the cover text encoded.**\n\n- Decoding:\n\n```bash\ngo run .\\main.go decode --path \"1234111.txt\" --password \"aavision\"\n```\n\n```bash\nUsage:\n  text-in-text decode [flags]\n\nFlags:\n  -h, --help          help for decode\n      --path string   Path of file\n\nGlobal Flags:\n      --password string   A password to protect your text!\n      --text string       An encoded text to extract secret from it!\n```\n\n## Build :whale:\n\n- Regular:\n```bash\ngo build\n```\n\n- Building the Docker Image:\n```bash\ndocker build -t text-in-text:latest .\n```\n- Running the Docker Container:\n```bash\ndocker run text-in-text ...\n```\n\n## Unit Testing :wrench:\n\n```bash\ngo test\n```\n\n## LICENSE :balance_scale:\n\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/AAVision/text-to-text/blob/main/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faavision%2Ftext-in-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faavision%2Ftext-in-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faavision%2Ftext-in-text/lists"}