password_random

Generates a pseudorandom password that satisfies the global password complexity checks defined on the SAP ASE server. “Pseudorandom” indicates that the SAP ASE server is simulating random-like numbers, since no computer generates truly random numbers.

Syntax

password_random ([pwdlen])

Parameters

Examples

Usage

The passwords generated by password_random() are pseudorandom; to generate truly random passwords, use a stronger random generator.

The complexity checks are:
  • Minimum password length

  • Minimum number of:
    • Digits in password

    • Special characters in password

    • Alphabetic characters in password

    • Uppercase characters in password

    • Lowercase characters in password