Build a Smart Password Strength Checker in Oracle APEX using Real-Time Validation with JS & Regex and check the password Strength.
Password Strength is concluded based on the following criteria:
It should contain lower case alphabets (a-z)
It should contain upper case alphabets (A-Z)
It should contain numbers (0-9)
It should contain symbols like @,# etc
It should be in 8 or greater than character lenght
Source code :
https://github.com/ThanigaivelG/Thani...