Skip to content

utils:md5sum

utils:md5sum

    Generates an MD5 sum from the provided string and exposes it in the environment as the specified name.
    If `uuid_format` is `false`, the value will be a hex string (bcab7a3c076642c28c0258fe95443c7e)
    If `uuid_format` is `true`, the value will be a hex string in a UUID format (bcab7a3c-0766-42c2-8c02-58fe95443c7e)

Example:

    {
      "tool": "utils:md5sum",
      "parameters": {
        "input_string": "string-to-hash",
        "env_name": "my_key",
        "uuid_format": true
      }
    },
Parameter Properties Default Type Choice Description
input_string optional
env_name optional
uuid_format optional false bool