hash-calculator
✓计算文本和文件的加密哈希值(MD5、SHA1、SHA256、SHA512)。比较哈希值、验证完整性和批处理目录。
SKILL.md
Calculate cryptographic hash values for text strings and files. Supports multiple algorithms, file verification, and batch processing.
| --text | Text to hash | - | | --file | File to hash | - | | --directory | Directory to hash | - | | --algorithm | Hash algorithm | all | | --verify | Expected hash to verify | - | | --output | Output file | - | | --recursive | Recursive directory | False | | --verify-checksums | Verify checksum file | - |
| md5 | 128 bits (32 hex) | Legacy, checksums (not secure) | | sha1 | 160 bits (40 hex) | Legacy (not secure) | | sha256 | 256 bits (64 hex) | General purpose, secure | | sha384 | 384 bits (96 hex) | High security | | sha512 | 512 bits (128 hex) | Maximum security | | blake2b | 512 bits | Modern, fast | | blake2s | 256 bits | Modern, fast, small |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill hash-calculator- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 hash-calculator?
计算文本和文件的加密哈希值(MD5、SHA1、SHA256、SHA512)。比较哈希值、验证完整性和批处理目录。 来源:dkyazzentwatwa/chatgpt-skills。
如何安装 hash-calculator?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill hash-calculator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/dkyazzentwatwa/chatgpt-skills
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01