{"id":16604811,"url":"https://github.com/844196/ncipher","last_synced_at":"2025-07-08T06:07:09.531Z","repository":{"id":57599212,"uuid":"88611226","full_name":"844196/ncipher","owner":"844196","description":"ncipher provides \"Nyanpasu Cipher (N-Cipher)\" encoder \u0026 decoder","archived":false,"fork":false,"pushed_at":"2017-05-12T07:50:46.000Z","size":18,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T10:55:23.320Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/844196/ncipher","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/844196.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}},"created_at":"2017-04-18T10:11:51.000Z","updated_at":"2017-05-07T00:14:35.000Z","dependencies_parsed_at":"2022-09-26T19:53:00.848Z","dependency_job_id":null,"html_url":"https://github.com/844196/ncipher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/844196/ncipher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/844196%2Fncipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/844196%2Fncipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/844196%2Fncipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/844196%2Fncipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/844196","download_url":"https://codeload.github.com/844196/ncipher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/844196%2Fncipher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264207157,"owners_count":23572741,"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":[],"created_at":"2024-10-12T00:59:39.793Z","updated_at":"2025-07-08T06:07:09.503Z","avatar_url":"https://github.com/844196.png","language":"Go","readme":"\u003ch1\u003e\n  ncipher\n  \u003ca href=\"https://circleci.com/gh/844196/ncipher\"\u003e\n    \u003cimg src=\"https://circleci.com/gh/844196/ncipher.svg?style=shield\u0026circle-token=eb43591a571f24a883128f0c4bf7b68776897ac3\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://goreportcard.com/report/github.com/844196/ncipher\"\u003e\n    \u003cimg src=\"https://goreportcard.com/badge/github.com/844196/ncipher\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://godoc.org/github.com/844196/ncipher\"\u003e\n    \u003cimg src=\"https://godoc.org/github.com/844196/ncipher?status.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/844196/ncp_spec\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/spec-844196/ncp__spec-blue.svg?style=flat\u0026colorB=5272B4\"\u003e\n  \u003c/a\u003e\n\u003c/h1\u003e\n\nncipher provides \"Nyanpasu Cipher (N-Cipher)\" encoder \u0026 decoder\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/844196/ncipher\"\n)\n\nfunc main() {\n\tsrc := \"われわれはかしこいので\"\n\tout := ncipher.StdEncoding.Encode(src)\n\n\tfmt.Println(out)\n\t// Output: ぱすすんゃゃ〜ぱすすんにぱ〜ぱすすんゃゃ〜ぱすすんにぱ〜ぱすすにすす〜ぱすぱすんぱ〜ぱすすににに〜ぱすぱすすゃ〜ぱすぱすゃゃ〜ぱすすにすぱ〜ぱすすにぱゃ〜\n}\n```\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/844196/ncipher\"\n)\n\nfunc main() {\n\tenc, _ := ncipher.NewEncoding(ncipher.Config{\n\t\tSeed:      \"あいうえおかきくけこさしすせそたちつてとなにぬねの\",\n\t\tDelimiter: \"、\",\n\t})\n\n\tsrc := \"ふーbar ほげfuga\"\n\n\tencoded := enc.Encode(src)\n\tfmt.Println(encoded)\n\t// Output: とにか、ないた、えね、えぬ、おそ、いく、とにし、ととな、おう、おつ、おえ、えぬ、\n\n\tdecoded, _ := enc.Decode(encoded)\n\tfmt.Println(decoded)\n\t// Output: ふーbar ほげfuga\n}\n```\n\n## Installation\n\n```console\n$ go get github.com/844196/ncipher\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F844196%2Fncipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F844196%2Fncipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F844196%2Fncipher/lists"}