generate-strong-password
Service icon

Generate Strong Password

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 25 February 2022 by 
4.0
 (1 rating)
generate-strong-password

Generate Strong Password

Details
The GenerateStrongPassword function generates a random password string of desired length and with absolute certainty that the chosen character class requirements meet your password policy criteria.
Read more

The GenerateStrongPassword function generates a random password string of desired length and with the chosen character class requirements to meet your password policy criteria.

The component guarantees that for each chosen character class (numeric, lower case, upper case, special characters) at least one character will be present in the output password string.

Whereas other implementations, I noticed, only provide that possibility, which leaves a probability to generate a password without one or more of the desired character classes, resulting in failure on the password strength policy, if in place.

Release notes (1.0.0)
Reviews (0)