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