generate_hash
Generate cryptographic hashes from text using MD5, SHA-1, SHA-256, SHA-384, SHA-512, CRC32, or Whirlpool.
Instructions
Generate a cryptographic hash of the input text. Supports MD5, SHA-1, SHA-256, SHA-384, SHA-512, CRC32, and Whirlpool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Text to hash | |
| algorithm | No | Hash algorithm: md5, sha1, sha256, sha384, sha512, crc32, whirlpool (default: sha256) |