file-hasher
Original:🇺🇸 English
Translated
1 scriptsChecked / no sensitive code detected
计算文件哈希值(MD5、SHA1、SHA256、SHA512)用于完整性验证和比较。
4installs
Sourceaidotnet/moyucode
Added on
NPX Install
npx skill4agent add aidotnet/moyucode file-hasherTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →File Hasher Tool
Description
Calculate cryptographic hashes for files to verify integrity, detect duplicates, or generate checksums.
Trigger
- command
/hash - User needs file checksums
- User wants to verify file integrity
Usage
bash
# Calculate SHA256 hash
python scripts/file_hasher.py file.zip
# Calculate multiple hash types
python scripts/file_hasher.py file.zip --all
# Verify against known hash
python scripts/file_hasher.py file.zip --verify abc123...
# Hash multiple files
python scripts/file_hasher.py *.zip --algorithm sha256
# Find duplicate files
python scripts/file_hasher.py --find-duplicates ./folder/Tags
hashchecksummd5sha256integrityCompatibility
- Codex: ✅
- Claude Code: ✅