بنقرة واحدة
hash-generator
Generate cryptographic hashes (SHA-256, SHA-512, BLAKE3, MD5) for text or files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate cryptographic hashes (SHA-256, SHA-512, BLAKE3, MD5) for text or files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Send emails via SMTP
Generate cryptographically secure passwords with configurable character sets
Bitbucket REST API 2.0 — repos, pull requests, branches, issues, pipelines, and more
Complete local and remote git operations (init, clone, commit, push, pull, branch, merge, rebase, tag, stash, and more)
GitHub REST API v3 — repos, issues, PRs, branches, releases, actions, gists, and more
GitLab REST API v4 — projects, issues, merge requests, branches, pipelines, releases, and more
استنادا إلى تصنيف SOC المهني
| name | Hash Generator |
| description | Generate cryptographic hashes (SHA-256, SHA-512, BLAKE3, MD5) for text or files |
| script | target/release/hash-skill |
| language | rust |
| install | cargo build --release |
| timeout | 10 |
Generate cryptographic hashes for text strings or file contents. Supports SHA-256, SHA-512, BLAKE3, and MD5 algorithms. Can compute a single algorithm or all at once.
text (string, optional): Text string to hashfile_path (string, optional): Path to a file whose contents should be hashedalgorithm (string): Hash algorithm to use: "sha256", "sha512", "blake3", "md5", or "all" (default: "all")hashes (object): Object with algorithm names as keys and hex digest strings as valuesalgorithm (string): The algorithm(s) usedinput_size (integer): Size of the input in bytes