← Back to tools
View AGENTS.md for HASHA CLI
HASHA CLI
Get the hash of text or stdin easily
Description
HASHA CLI makes hashing simple. Get the hash of text or stdin with support for multiple hashing algorithms including MD5, SHA-1, SHA-256, and more.
When to use this tool
✓ Good fit when
- You need to quickly hash text
- You want a simple hashing tool
✕ Avoid when
- You need file integrity checking
- You prefer built-in sha256sum
AI Summary
A simple CLI tool for computing hashes of text or stdin.
Capabilities
- + Hash text or stdin content
- + Multiple hash algorithm support
- + Simple, pipe-friendly interface
Use When
- → You need to quickly hash text
- → You want a simple hashing tool
Avoid When
- x You need file integrity checking
- x You prefer built-in sha256sum