{"id":30198939,"url":"https://github.com/emsar69/steganography","last_synced_at":"2025-08-13T07:36:36.727Z","repository":{"id":309568583,"uuid":"1036766489","full_name":"emsar69/Steganography","owner":"emsar69","description":"Steganography encryptor/decryptor on images written on C++.","archived":false,"fork":false,"pushed_at":"2025-08-12T15:00:24.000Z","size":38045,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-12T17:06:23.341Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/emsar69.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":"2025-08-12T14:51:28.000Z","updated_at":"2025-08-12T15:06:37.000Z","dependencies_parsed_at":"2025-08-12T17:18:07.936Z","dependency_job_id":null,"html_url":"https://github.com/emsar69/Steganography","commit_stats":null,"previous_names":["emsar69/steganography"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/emsar69/Steganography","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emsar69%2FSteganography","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emsar69%2FSteganography/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emsar69%2FSteganography/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emsar69%2FSteganography/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emsar69","download_url":"https://codeload.github.com/emsar69/Steganography/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emsar69%2FSteganography/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270204858,"owners_count":24544680,"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-13T02:00:09.904Z","response_time":66,"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-08-13T07:36:28.788Z","updated_at":"2025-08-13T07:36:36.199Z","avatar_url":"https://github.com/emsar69.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steganography\n\nA C++ project for hiding and extracting secret data inside images (steganography).\n\n## Features\n- Embed text into image files using Least Significant Bit (LSB) manipulation.\n- Extract hidden text from images.\n- Supports common image formats (depending on your implementation).\n- Written in modern C++17 with a simple build process using CMake.\n\n## Requirements\n- CMake 3.10+\n- A C++17-compatible compiler (GCC, Clang, MSVC, etc.)\n\n## Building\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/emsar69/Steganography.git\n   cd Steganography\n   ```\nCreate a build directory:\n\n```bash\nmkdir build \u0026\u0026 cd build\n```\nConfigure the project:\n\n```bash\ncmake ..\n```\nBuild the project:\n\n```bash\ncmake --build . --config Release\n```\nThe executable will be located in the build directory.\n\n# Usage\n\u003e Example:\n\n```bash\n./Steganography input.png \"Secret message\" # encrypting\n./Steganography input.png # decrypting\n```\n\u003e Note: The above commands are just examples. Adjust based on your implementation.\nFor more examples, [click here](examples/)\n\nProject Structure\n```bash\nSteganography/\n├── CMakeLists.txt        # CMake build configuration\n├── examples/             # Example encrypted images\n├── headers/              # Header files\n├── src/                  # Source files (.cpp)\n└── README.md             # Project documentation\n```\n# License\nThis project is licensed under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femsar69%2Fsteganography","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femsar69%2Fsteganography","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femsar69%2Fsteganography/lists"}