sha1

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

sha1 v15.0.0

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

Outputs the SHA-1 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 sha1: reverse geocode feeds the value pin; the hashed out pin feeds set.

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

Commonly used with

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

  • reverse geocode: feeds into this block. Resolves a geo point to the nearest street, city, province and country. City/province/country are nearest-populated-place; street is the nearest named road (needs the road network loaded).
  • set fields: this block feeds into it. Generates an array of mutations based on the given filled fields.
  • concatenate values: wired in both directions with this block.
  • get cache key: this block feeds into it. gets the key and returns true or false based of its existence, makes it easier for cache-management in flows.
  • set: this block feeds into it. Set key to hold the string value. If key already holds a value, it is overwritten, regardless of its type.
  • fields: this block feeds into it.

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