{"id":49915941,"url":"https://github.com/rexlevin/coderbox","last_synced_at":"2026-05-16T16:13:07.295Z","repository":{"id":59355059,"uuid":"536014332","full_name":"rexlevin/coderbox","owner":"rexlevin","description":"基于electron的跨平台的程序员小工具集","archived":false,"fork":false,"pushed_at":"2024-04-09T07:15:52.000Z","size":667,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-10T07:31:05.948Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.r-xnoro.com/coderbox/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rexlevin.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}},"created_at":"2022-09-13T07:43:57.000Z","updated_at":"2022-10-27T08:25:11.000Z","dependencies_parsed_at":"2023-12-30T13:22:23.050Z","dependency_job_id":"a8dda577-4d3e-4efb-8eb8-e0e95614dba2","html_url":"https://github.com/rexlevin/coderbox","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/rexlevin/coderbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexlevin%2Fcoderbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexlevin%2Fcoderbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexlevin%2Fcoderbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexlevin%2Fcoderbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rexlevin","download_url":"https://codeload.github.com/rexlevin/coderbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexlevin%2Fcoderbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33109466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-05-16T16:13:03.048Z","updated_at":"2026-05-16T16:13:07.290Z","avatar_url":"https://github.com/rexlevin.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 说明\n\n这是一个基于electron的跨平台的开发小工具集\n\n下载地址：https://docs.r-xnoro.com/coderbox/\n\n# 功能/计划\n\n- [x] 随机串/密码生成器\n\n- [x] 编码转换\n\n  - [x] 中文/ASCii互转\n\n  - [x] 中文/UTF-8互转\n\n  - [x] Base64编码/解码\n\n  - [x] Hex编码解码\n\n- [x] AES/DES/3DES加解密\n\n- [x] RSA加解密/签名/验签\n\n- [x] Hash计算\n\n- [x] 文件Hash计算\n\n- [x] 条形码生成器\n\n- [x] 二维码生成器\n\n- [x] Url工具\n\n  - [x] Url 参数解析\n\n  - [x] Url 编码\n\n- [x] JSON工具\n\n  - [x] JSON格式化\n\n  - [x] JSON转xml\n\n  - [x] JSON转yaml\n\n  - [x] JSON压缩\n\n- [x] 身份证工具\n\n  - [x] 身份证生成器\n\n  - [x] 身份证校验\n\n- [ ]  WEB 工具\n\n  - [ ] FTP 服务\n\n  - [ ] HTTP 服务\n\n# 开发\n\n```bash\n# gitee\ngit clone https://gitee.com/rexlevin/coderbox.git\n# github\ngit clone https://github.com/rexlevin/coderbox.git\n\ncd coderbox\nnpm i\n\n# 运行\nnpm start\n```\n\nBootstrap5终于不再需要jquery了:happy:\n\n```bash\nnpm i -D electron\nnpm i vue bootstrap@5 @popperjs/core crypto-js jsbarcode qrcode jsencrypt\n```\n\n| 依赖包                        | 说明                                          |\n| ----------------------------- | --------------------------------------------- |\n| bootstrap@5\u003cbr\u003e@popperjs/core | bootstrap5                                    |\n| bootstrap-icons               | [bootstrap图标库](https://icons.bootcss.com/) |\n| crypto-js                     | 加解密                                        |\n| jsbarcode                     | 条形码                                        |\n| qrcode                        | 二维码                                        |\n| jsencrypt                     | RSA加解密                                     |\n| x2js                          | xml、json互转                                 |\n| air-datepicker                | 一个轻量化、无依赖的日期/事件选择器           |\n\n# 发行版打包\n\n```bash\n# 安装electron-builder\nnpm i -g electron-builder\n\ncd coderbox\n# linux环境下打包，appimage\nnpm run build-dist:linux\n# win环境下打包，exe安装包\nnpm run build-dist:win\n```\n\n# 截图\n\n## 首页\n\n![image-20230204154606830](https://imgbd-lizl6.oss-cn-beijing.aliyuncs.com/image-20230204154606830.png)\n\n## 随机数/密码生成器\n\n![image-20230204154647338](https://imgbd-lizl6.oss-cn-beijing.aliyuncs.com/image-20230204154647338.png)\n\n## 编码转换\n\n![image-20230204154738961](https://imgbd-lizl6.oss-cn-beijing.aliyuncs.com/image-20230204154738961.png)\n\n## 条形码\n\n![image-20220915145849226](https://imgbd-lizl6.oss-cn-beijing.aliyuncs.com/image-20220915145849226.png)\n\n## 二维码\n\n![image-20221013143010336](https://imgbd-lizl6.oss-cn-beijing.aliyuncs.com/image-20221013143010336.png)\n\n![image-20221013143051974](https://imgbd-lizl6.oss-cn-beijing.aliyuncs.com/image-20221013143051974.png)\n\n## 对称加密\n\n![image-20220919170834776](https://imgbd-lizl6.oss-cn-beijing.aliyuncs.com/image-20220919170834776.png)\n\n## RSA非对称加解密/签名/验签\n\n![image-20220923171508700](https://imgbd-lizl6.oss-cn-beijing.aliyuncs.com/image-20220923171508700.png)\n\n## Hash计算\n\n![image-20220926121326143](https://imgbd-lizl6.oss-cn-beijing.aliyuncs.com/image-20220926121326143.png)\n\n## 文件Hash计算\n\n![image-20221011161700089](https://imgbd-lizl6.oss-cn-beijing.aliyuncs.com/image-20221011161700089.png)\n\n## Url参数解析\n\n![image-20221112131506069](https://imgbd-lizl6.oss-cn-beijing.aliyuncs.com/image-20221112131506069.png)\n\n## Url编码\n\n![image-20221013103748269](https://imgbd-lizl6.oss-cn-beijing.aliyuncs.com/image-20221013103748269.png)\n\n## JSON解析\n\n![image-20221028113905518](https://imgbd-lizl6.oss-cn-beijing.aliyuncs.com/image-20221028113905518.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexlevin%2Fcoderbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frexlevin%2Fcoderbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexlevin%2Fcoderbox/lists"}