https://github.com/rexlevin/coderbox
基于electron的跨平台的程序员小工具集
https://github.com/rexlevin/coderbox
Last synced: about 1 month ago
JSON representation
基于electron的跨平台的程序员小工具集
- Host: GitHub
- URL: https://github.com/rexlevin/coderbox
- Owner: rexlevin
- License: apache-2.0
- Created: 2022-09-13T07:43:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T07:15:52.000Z (about 2 years ago)
- Last Synced: 2024-04-10T07:31:05.948Z (about 2 years ago)
- Language: HTML
- Homepage: https://docs.r-xnoro.com/coderbox/
- Size: 651 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 说明
这是一个基于electron的跨平台的开发小工具集
下载地址:https://docs.r-xnoro.com/coderbox/
# 功能/计划
- [x] 随机串/密码生成器
- [x] 编码转换
- [x] 中文/ASCii互转
- [x] 中文/UTF-8互转
- [x] Base64编码/解码
- [x] Hex编码解码
- [x] AES/DES/3DES加解密
- [x] RSA加解密/签名/验签
- [x] Hash计算
- [x] 文件Hash计算
- [x] 条形码生成器
- [x] 二维码生成器
- [x] Url工具
- [x] Url 参数解析
- [x] Url 编码
- [x] JSON工具
- [x] JSON格式化
- [x] JSON转xml
- [x] JSON转yaml
- [x] JSON压缩
- [x] 身份证工具
- [x] 身份证生成器
- [x] 身份证校验
- [ ] WEB 工具
- [ ] FTP 服务
- [ ] HTTP 服务
# 开发
```bash
# gitee
git clone https://gitee.com/rexlevin/coderbox.git
# github
git clone https://github.com/rexlevin/coderbox.git
cd coderbox
npm i
# 运行
npm start
```
Bootstrap5终于不再需要jquery了:happy:
```bash
npm i -D electron
npm i vue bootstrap@5 @popperjs/core crypto-js jsbarcode qrcode jsencrypt
```
| 依赖包 | 说明 |
| ----------------------------- | --------------------------------------------- |
| bootstrap@5
@popperjs/core | bootstrap5 |
| bootstrap-icons | [bootstrap图标库](https://icons.bootcss.com/) |
| crypto-js | 加解密 |
| jsbarcode | 条形码 |
| qrcode | 二维码 |
| jsencrypt | RSA加解密 |
| x2js | xml、json互转 |
| air-datepicker | 一个轻量化、无依赖的日期/事件选择器 |
# 发行版打包
```bash
# 安装electron-builder
npm i -g electron-builder
cd coderbox
# linux环境下打包,appimage
npm run build-dist:linux
# win环境下打包,exe安装包
npm run build-dist:win
```
# 截图
## 首页

## 随机数/密码生成器

## 编码转换

## 条形码

## 二维码


## 对称加密

## RSA非对称加解密/签名/验签

## Hash计算

## 文件Hash计算

## Url参数解析

## Url编码

## JSON解析
