# base64-tool **Repository Path**: xrlnewman/base64-tool ## Basic Information - **Project Name**: base64-tool - **Description**: 编解码工具集 - Base64/Hex/URL/二进制互转,批量处理 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-28 - **Last Updated**: 2026-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Base64 Tool 编解码工具集,Electron 桌面应用。 ## 功能 - **文本编解码**:Base64 / Base64URL / Hex / URL / HTML 实体 - **二进制**:拖入文件 → Base64 数据 URL,或 Base64 → 文件 - **实时双向转换**:左侧改右侧动,右侧改左侧动 - **统计**:字符数、字节数、行数 ## 开发 ```bash npm install && npm start ``` MIT © xrlnewman