{"id":23436977,"url":"https://github.com/zcyc/chepaihash","last_synced_at":"2025-04-09T18:27:30.190Z","repository":{"id":268377991,"uuid":"904175217","full_name":"zcyc/chepaihash","owner":"zcyc","description":"一个将字符串转换为中国车牌号的哈希工具","archived":false,"fork":false,"pushed_at":"2024-12-16T12:04:27.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T10:54:33.888Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/zcyc.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-12-16T11:46:55.000Z","updated_at":"2024-12-16T12:04:58.000Z","dependencies_parsed_at":"2024-12-16T12:20:57.793Z","dependency_job_id":"42d96be8-b588-4e3f-8e28-edd149448a77","html_url":"https://github.com/zcyc/chepaihash","commit_stats":null,"previous_names":["zcyc/chepaihash"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcyc%2Fchepaihash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcyc%2Fchepaihash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcyc%2Fchepaihash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcyc%2Fchepaihash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zcyc","download_url":"https://codeload.github.com/zcyc/chepaihash/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248087015,"owners_count":21045455,"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-12-23T13:35:52.057Z","updated_at":"2025-04-09T18:27:30.175Z","avatar_url":"https://github.com/zcyc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChepaiHash\n\n_ChepaiHash_ 是一个将字符串转换为中国车牌号的哈希工具\n\n## 作为 Cli 使用\n\n```bash\ngo install github.com/zcyc/chepaihash\n```\n\n```bash\nchepaihash helloworld\n# 湘L·3J9WF\n```\n\n## 作为 Lib 使用\n\n1. install\n\n```shell\ngo get github.com/zcyc/chepaihash\n```\n\n2. use\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/zcyc/chepaihash/chepaihash\"\n)\n\nfunc main() {\n\tchepai, _ := chepaihash.Hash(\"helloworld\")\n\tfmt.Println(chepai) // 湘L·3J9WF\n}\n```\n\n## 为什么\n\n我需要一个可读性强、易于识别的哈希值来匿名化数据\n\n## 相关项目\n\n- [cunzaizhuyi/hashplate-cn](https://github.com/cunzaizhuyi/hashplate-cn)\n- [hugoattal/hashplate](https://github.com/hugoattal/hashplate)\n- [jerryshell/chepaihash](https://github.com/jerryshell/chepaihash)\n\n## 开源协议\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzcyc%2Fchepaihash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzcyc%2Fchepaihash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzcyc%2Fchepaihash/lists"}