← 返回
开发者工具 中文

Hashgen

Hash files and strings, verify checksums, and run integrity checks fast. Use when generating SHA hashes, verifying files, or comparing digest values.
对文件和字符串进行哈希计算,验证校验和,执行快速完整性检查。用于生成SHA哈希、验证文件或比较摘要值。
bytesagain3
开发者工具 clawhub v3.0.0 2 版本 100000 Key: 无需
★ 0
Stars
📥 640
下载
💾 9
安装
2
版本
#latest

概述

HashGen

Quick hash generator for strings and files. Supports MD5, SHA1, SHA256, SHA512 with auto-detection, comparison, and verification.

Commands

CommandDescription
----------------------
hashgen md5 MD5 hash of text
hashgen sha1 SHA1 hash of text
hashgen sha256 SHA256 hash of text
hashgen sha512 SHA512 hash of text
hashgen all Show all hash algorithms for text
hashgen file [algo]Hash a file (default: sha256)
hashgen compare Compare two hashes
hashgen verify Verify text matches hash (auto-detects algorithm)
hashgen versionShow version

Examples

hashgen md5 "hello world"       # → MD5: 5eb63bbbe01...
hashgen sha256 "my secret"      # → SHA256: 40e1b17...
hashgen all "test"              # → shows MD5, SHA1, SHA256, SHA512
hashgen file /etc/hostname      # → SHA256 of file
hashgen file /etc/hostname md5  # → MD5 of file
hashgen compare abc123 abc123   # → ✅ MATCH
hashgen verify "hello" 5d41...  # → auto-detects algo, verifies

Requirements

  • md5sum, sha1sum, sha256sum, sha512sum (standard coreutils)

版本历史

共 2 个版本

  • v3.0.0 当前
    2026-03-29 16:37 安全 安全
  • v1.0.6
    2026-03-19 05:37

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Thesis Helper

bytesagain3
论文写作助手。论文大纲生成、文献综述框架、摘要生成、引用格式转换、格式规范检查、答辩准备。Thesis helper with outline generation, literature review, abstract writing,
★ 1 📥 3,499
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,150
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,164