• Generates 16-character Id from an input string.

    Parameters

    • input: string

      The input string to hash.

    Returns string

    A 16-character Id string.

    Guarantees same input string always produces same output Id.

    Result has enough entropy to avoid collisions in typical use cases.