# calculateHash **Repository Path**: codemilk/calculate-hash ## Basic Information - **Project Name**: calculateHash - **Description**: 电子数据文件批量生成HASH值,命令行多线程扫描文件夹计算hash值工具,支持sha256、crc32、md5、blake2b、crc64等 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-16 - **Last Updated**: 2024-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Quickstart 电子数据文件批量生成HASH值,命令行多线程扫描文件夹计算hash值工具,支持sha256、crc32、md5、blake2b、crc64等,有进度与时间显示、校验值结果导出 windows ```cmd calculateHash.exe -d <文件指定的扫描路径(文件夹或文件名)> -t <指定hash类型> ``` linux ```bash calculateHash -d <文件指定的扫描路径(文件夹或文件名)> -t <指定hash类型> ```