Skip to content

UUID5¤

Python Plugin

This operator is part of a Python Plugin Package. In order to use it, you need to install it, e.g. with cmemc.

UUID5 is based on the SHA1 hash of a namespace identifier (which is a UUID) and a name (which is a string).

Parameter¤

Namespace¤

If ‘namespace’ is not given, the input string is used.

  • Datatype: string
  • Default Value: None

Namespace as UUID¤

Applies only if none of the pre-defined namespaces is selected. If enabled, the namespace string needs to be a valid UUID. Otherwise, the namespace UUID is a UUIDv1 derived from the SHA1 hash of the namespace string.

  • Datatype: boolean
  • Default Value: false

Comments