Password Generator Extension
Generate Password
Generates a random password based on specified criteria.
length(integer): Length of the generated password.useUppercase(boolean): Include uppercase letters in the password.useLowercase(boolean): Include lowercase letters in the password.useNumbers(boolean): Include numbers in the password.useSpecialChars(boolean): Include special characters in the password.
Returns:
- A randomly generated password as a string.
Check Password Strength :
Checks if a password meets specified criteria for strength.
password(string): The password to be checked.minUppercase(integer): Minimum required uppercase letters in the password.minLowercase(integer): Minimum required lowercase letters in the password.minNumbers(integer): Minimum required numbers in the password.minSpecialChars(integer): Minimum required special characters in the password.
Returns:
trueif the password meets the specified criteria,falseotherwise.
Extension Details
Extension Name: Password Generator
Version: 1.0.0
Author: Adinarayan Sahu
Download URL:
com.adinarayan.passwordgenerator.aix (6.7 KB)
Credit
Thanks @Shreyash for the Rush.
Thank You
Adi ![]()

