Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
common
apis
cryptography
uuid_from_text
Function uuid_from_text
uuid_
from_
text
(
text
)
:
Promise
<
string
>
Generates a UUID v5-like identifier by hashing text with SHA-256.
Parameters
text
:
string
The input text.
Returns
Promise
<
string
>
A UUID string.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Tidyscripts Docs
Loading...
Generates a UUID v5-like identifier by hashing text with SHA-256.