checkEffectiveBitSize ( value )
Test the strength of a password entered by the user.
Average rating: 4.4 (35 votes) Log in to vote
Jeff Hough Pre1 Software LLC http://www.pre1.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
This function evaluates the bit strength of a users input.
For example, if a user entered the following:
password
The effective bit size of 'password' is 38-bits.
If the user entered:
Password
The effective bit size of 'password' is 46-bits.
If the user entered:
P@ssw0rd
The effective bit size of 'password' is 52-bits.
The higher the bit size, the stronger the password.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.