Skip to content

Generate the Hash UUID

Benjamin Schnabel edited this page Mar 13, 2024 · 1 revision

Generate Hash from UUID

gist: generate_hash_UUID

This function generates a hash form a given string.

We use the pref_label for the string.

  1. The string is hashed.
  2. The hash generates a uuid, based on the SHA-256 algorithm.

The UUID is used for no-ascii uris (Hebrew, Russian, etc.).

Clone this wiki locally