# Hash Tool Node

> Generates a hash of the given text

**URL:** https://caywork.com/learn/docs/node/hash_tool_node

## Content

The Hash Node is responsible for generates a hash of the given text. This node allows the agent to provide informative data directly sourced from Hash.

### Input Parameters
- **text**: The text to hash.
- **algorithm**: The hash algorithm ('md5', 'sha1', 'sha256'). Defaults to 'sha256'.

### Output
dict: A dictionary containing the hash.