{"id":22056749,"url":"https://github.com/rocktimsaikia/rot13-cipher","last_synced_at":"2025-05-12T16:01:55.476Z","repository":{"id":99108004,"uuid":"304688866","full_name":"rocktimsaikia/rot13-cipher","owner":"rocktimsaikia","description":"ROT13 substitution cipher for Node.js","archived":false,"fork":false,"pushed_at":"2020-10-17T09:28:00.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-11T03:59:34.239Z","etag":null,"topics":["node-module","npm-package","rot13","rot13-cipher","rot13-decoder"],"latest_commit_sha":null,"homepage":"","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/rocktimsaikia.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":"2020-10-16T17:00:43.000Z","updated_at":"2023-01-19T20:53:30.000Z","dependencies_parsed_at":"2023-06-09T20:15:12.350Z","dependency_job_id":null,"html_url":"https://github.com/rocktimsaikia/rot13-cipher","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocktimsaikia%2Frot13-cipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocktimsaikia%2Frot13-cipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocktimsaikia%2Frot13-cipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocktimsaikia%2Frot13-cipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rocktimsaikia","download_url":"https://codeload.github.com/rocktimsaikia/rot13-cipher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253773089,"owners_count":21962187,"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","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":["node-module","npm-package","rot13","rot13-cipher","rot13-decoder"],"created_at":"2024-11-30T16:14:46.519Z","updated_at":"2025-05-12T16:01:55.400Z","avatar_url":"https://github.com/rocktimsaikia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rot13-cipher ![build](https://travis-ci.com/RocktimSaikia/rot13-cipher.svg?branch=master)\n\n\u003e [`ROT13`](https://en.wikipedia.org/wiki/ROT13) substitution cipher for Node.js. Example: `foobar` → `sbbone`\u003cbr\u003e\n\nROT13 is its own [inverse](https://en.wikipedia.org/wiki/Inverse_function). Meaning, to undo `ROT13`, the same algorithm is applied, so the same action can be used for encoding and decoding.\u003cbr\u003e\n\n## Install\n\n```bash\n$ npm install rot13-cipher\n```\n\n## Usage\n\n```js\nconst rot13Cipher = require(\"rot13-cipher\");\n\nrot13Cipher(\"hello world\");\n//=\u003e 'uryyb jbeyq'\n\nrot13Cipher(\"foo123bar\");\n//=\u003e 'sbb123one'\n\nrot13Cipher(\"foo!@bar\");\n//=\u003e 'sbb!@one'\n\nrot13Cipher(\"uryyb jbeyq\");\n//=\u003e 'hello world'\n```\n\n## API\n\n### rot13Cipher(string)\n\nTakes one string input and returns the encoded version of it.\n\n## FAQ\n\n\u003cdetails\u003e\n  \u003csummary\u003eWhere is \u003ca href=\"https://en.wikipedia.org/wiki/ROT13\"\u003eROT13 Cipher\u003c/a\u003e used ?\u003c/summary\u003e\n\nROT13 is used in online forums as a means of hiding spoilers, punchlines, puzzle solutions, and offensive materials from the casual glance. ROT13 has inspired a variety of letter and word games online, and is frequently mentioned in newsgroup conversations.\n\n\u003c/details\u003e\n\n## Licese\n\nMIT © [Rocktim Saikia](https://rocktim.xyz)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocktimsaikia%2Frot13-cipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocktimsaikia%2Frot13-cipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocktimsaikia%2Frot13-cipher/lists"}