Content Hash Generator
Generates md5, sha256, or sha1 hashes for text content.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
text | text | Yes | Text |
algorithm | text | Yes | Algorithm |
Outputs
| Name | Type | Description |
|---|---|---|
algorithm | text | Algorithm |
hash | text | Hash |
work | array | Work |
Sample request
{
"text": "hello",
"algorithm": "sha256"
}