CodableAIA Stacksona Company

Content Hash Generator

Generates md5, sha256, or sha1 hashes for text content.

Run tool

Form input

Output JSON


          

Work steps

    Inputs

    NameTypeRequiredDescription
    texttextYesText
    algorithmtextYesAlgorithm

    Outputs

    NameTypeDescription
    algorithmtextAlgorithm
    hashtextHash
    workarrayWork

    Sample request

    {
      "text": "hello",
      "algorithm": "sha256"
    }