Utilities.Tools

Utilities

Small helper functions for generating IDs and random strings. Lives in the core Pariah_Cybersecurity namespace.


CreateUUID()

Builds a UUID-style identifier by concatenating 20 random digits (0–9).

  • Returns: string — A 20-digit random numeric ID.

GetRandomLengthString()

(internal) Builds a random-length numeric string — a random number of digits between 1 and 20, each 0–9.

  • Returns: string — A random numeric string of random length.