{"id":19972366,"url":"https://github.com/sefinek/rot47","last_synced_at":"2026-06-05T22:31:33.568Z","repository":{"id":132252639,"uuid":"611881889","full_name":"sefinek/rot47","owner":"sefinek","description":"Simple Node.js module for encoding and decoding text in ROT47.","archived":false,"fork":false,"pushed_at":"2024-03-13T00:05:00.000Z","size":183,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-19T16:55:15.163Z","etag":null,"topics":["decoder","encoder","encoder-decoder","npm","npm-module","rot47","rot47-decode","rot47-encode","simple-module"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/@sefinek/rot47","language":"JavaScript","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/sefinek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"sefinek24","patreon":"sefinek","ko_fi":"sefinek"}},"created_at":"2023-03-09T18:28:13.000Z","updated_at":"2024-11-18T18:24:54.000Z","dependencies_parsed_at":"2023-12-15T02:49:05.174Z","dependency_job_id":"6b98b88b-52ee-4c90-9e5a-f2aeb1cf2a44","html_url":"https://github.com/sefinek/rot47","commit_stats":null,"previous_names":["sefinek/rot47"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/sefinek/rot47","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sefinek%2Frot47","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sefinek%2Frot47/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sefinek%2Frot47/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sefinek%2Frot47/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sefinek","download_url":"https://codeload.github.com/sefinek/rot47/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sefinek%2Frot47/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33962959,"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-05T02:00:06.157Z","response_time":120,"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":["decoder","encoder","encoder-decoder","npm","npm-module","rot47","rot47-decode","rot47-encode","simple-module"],"created_at":"2024-11-13T03:07:48.308Z","updated_at":"2026-06-05T22:31:33.548Z","avatar_url":"https://github.com/sefinek.png","language":"JavaScript","funding_links":["https://github.com/sponsors/sefinek24","https://patreon.com/sefinek","https://ko-fi.com/sefinek"],"categories":[],"sub_categories":[],"readme":"# 🌀 ROT47 - Encode and Decode\nThe [@sefinek/rot47](https://www.npmjs.com/package/@sefinek/rot47) module is a simple Node.js module for encoding and decoding text in ROT47.\n\n## 📥 Installation\nTo install the module, use the following command:\n```shell\nnpm install @sefinek/rot47\n```\n\n## 🤔 Usage\nTo use the module, require it in your [Node.js](https://nodejs.org) application:\n```js\nconst rot47 = require('@sefinek/rot47');\n```\n\n## 🔼 Encoding text in ROT47\nTo encode a string in ROT47, use the `encode()` function:\n```js\nconst encoded = rot47.encode('Hello world!');\nconsole.log(encoded); // \"w6==@ H@C=5P\"\n```\n\n## 🔽 Decoding text from ROT47\nTo decode a string from ROT47, use the `decode()` function:\n```js\nconst decoded = rot47.decode('w6==@ H@C=5P');\nconsole.log(decoded); // \"Hello world!\"\n```\n\n## 🤝 Contributing\nContributions are always welcome! If you have any ideas or suggestions for improving this module, feel free to open an issue or submit a [pull request](https://github.com/sefinek24/rot47/pulls).\n\n## ⭐️ Supporting the project\nIf you find this module useful, please consider giving it a star on [GitHub](https://github.com/sefinek24/rot47). Your support is greatly appreciated!\n\n## 📝 License\nThis module is licensed under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsefinek%2Frot47","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsefinek%2Frot47","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsefinek%2Frot47/lists"}