# base64tool **Repository Path**: shadowyuan/base64tool ## Basic Information - **Project Name**: base64tool - **Description**: BASE64编码与解码工具 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-22 - **Last Updated**: 2022-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: Base64, Windows ## README # base64tool BASE64 编码与解码工具 ## 编译 ```bat mkdir build cd build cmake .. -G "Visual Studio 17 2022" cmake --build . --config Debug --target ALL_BUILD -j 10 -- ```