passwordStrength ( password )
This function evaluates the strength of a password based on various characteristics and assigns a strength level (“Weak,” “Medium,” “Strong,” or “Very Strong”).
Be the first to rate this function Log in to vote
Jonni™ - Show more from this author |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
This function evaluates how strong a password is based on its length and the variety of characters it contains, such as numbers, uppercase letters, lowercase letters, and special symbols. Each type of character contributes to a total score, with longer passwords and more diverse characters earning higher points. Based on the score, the password is rated as “Weak,” “Medium,” “Strong,” or “Very Strong.” It’s a quick way to check if a password is secure enough.
Written by: jonni@me.com
V 1.0
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.