HashGen
Installation
SKILL.md
HashGen
Quick hash generator for strings and files. Supports MD5, SHA1, SHA256, SHA512 with auto-detection, comparison, and verification.
Commands
| Command | Description |
|---|---|
hashgen md5 <text> |
MD5 hash of text |
hashgen sha1 <text> |
SHA1 hash of text |
hashgen sha256 <text> |
SHA256 hash of text |
hashgen sha512 <text> |
SHA512 hash of text |
hashgen all <text> |
Show all hash algorithms for text |
hashgen file <path> [algo] |
Hash a file (default: sha256) |
hashgen compare <hash1> <hash2> |
Compare two hashes |
hashgen verify <text> <hash> |
Verify text matches hash (auto-detects algorithm) |
hashgen version |
Show version |