RGex Builder Platform - v1.2.0
    Preparing search index...

    Function generateStrongPassword

    • Generates a strong, random password that adheres to specified criteria.

      Parameters

      • length: number = 12

        The desired length of the password. Defaults to 12.

      • options: Partial<PasswordValidationOptions> = {}

        Options to customize the character sets to include in the generated password.

      Returns string

      A securely generated password string.