sha512

This block is part of the value group and was last modified in core v15.0.0.

sha512 v15.0.0

In pins 1
  • value required
    value
Out pins 1
  • hashed
    value

Outputs the SHA-512 digest, as lowercase hex, of ALL in-pin values concatenated in pin order (each coerced to string; unwired pins contribute ""). Extra value pins extend the hashed input, they are not hashed separately. NOT an HMAC and not salted.

A typical wiring for sha512: join feeds the value pin; the hashed out pin feeds convert to uppercase.

Studio canvas example for the sha512 block: typical wiring for sha512.

Commonly used with

In production blueprints, this block is most often wired together with:

  • join: feeds into this block. Creates and returns a new string by concatenating all of the elements in this array, separated by void if none provided.
  • return: this block feeds into it. Returns the added custom pins as data-pins on the function execute.

Version history

Introduced in v15.0.0.


Back to value Return to the main group to view all sub-groups Back to hashing Return to the group to view all blocks within this group