{"id":22367912,"url":"https://github.com/dridk/ninam","last_synced_at":"2026-01-20T03:03:20.910Z","repository":{"id":241775169,"uuid":"807586597","full_name":"dridk/ninam","owner":"dridk","description":"hide a secret message in a text using different white space characters.","archived":false,"fork":false,"pushed_at":"2024-06-02T13:14:03.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T12:32:55.575Z","etag":null,"topics":["python","secret","steganography"],"latest_commit_sha":null,"homepage":"https://dridk.github.io/ninam/","language":"Python","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/dridk.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":"2024-05-29T11:41:26.000Z","updated_at":"2025-09-20T23:28:09.000Z","dependencies_parsed_at":"2024-12-04T18:26:11.599Z","dependency_job_id":"e3956cde-d3b2-439d-bac8-bc54097c45ae","html_url":"https://github.com/dridk/ninam","commit_stats":null,"previous_names":["dridk/ninam"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dridk/ninam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2Fninam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2Fninam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2Fninam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2Fninam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dridk","download_url":"https://codeload.github.com/dridk/ninam/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2Fninam/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28594958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["python","secret","steganography"],"created_at":"2024-12-04T18:25:07.709Z","updated_at":"2026-01-20T03:03:20.895Z","avatar_url":"https://github.com/dridk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ninam\n\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ninam)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/ninam)\n\n\nNinam is a steganography tool for encoding and decoding a payload in a text by replacing white space characters.\nI created this programme because I remembered when I was younger that I liked to send people secret messages by hiding them in a text message or an email.\n\n[See the demo](https://dridk.github.io/ninam/)\n\n## How it works ? \n\nAll spaces in the text are recovered and replaced by other [unicode space characters](https://en.wikipedia.org/wiki/Whitespace_character). If there is not enough space available, additional spaces will be added at the end. \nYou can use 1-bit, 2-bit or 4-bit encoding. This means using 2, 4 or 16 white spaces. The larger the bitsize, the larger your payload can be, but at the risk of having slightly suspicious white spaces which doesn't work everywhere.\n\n## Installation \n\nThere is no dependencies. It should work with all version of python\u003e3.x\n\n```bash\npip install ninam\n```\n\n## Usage \n\n``` bash  \n    # By default it uses 2 bits\n    ninam encode -i input.txt -p iloveyou \u003e output.txt\n    ninam decode -i output.txt \n\n    # Alternative bitsize\n    ninam encode -b 4 -i input.txt -p iloveyou \u003e output.txt\n    ninam decode -b 4 -i output.txt  \n    \n```\n\n## From git \n\n```\ngit clone git@github.com:dridk/ninam.git\npython -m ninam \n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdridk%2Fninam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdridk%2Fninam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdridk%2Fninam/lists"}