Link to home
Start Free TrialLog in
Avatar of Panos
PanosFlag for Germany

asked on

CHECK IF PASSWORD IS SECURE

Hello experts
I have a registration page and i need a script to check how secure the imported password is.Something like
the yahoo registration (https://edit.europe.yahoo.com/registration?.intl=us&new=1&.done=http%3A//mail.yahoo.com&.src=ym&.v=0&.u=ful6umh4e1nk0&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last=)
or something else.
My field is:
<input name="Password" type="password" class="textfieldRegister" id="Password" value=""  maxlength="12" />
(I use Coldfusio and sql)
ASKER CERTIFIED SOLUTION
Avatar of MMDeveloper
MMDeveloper
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Panos

ASKER

Hi.
I will allow   only letters and numbers.The script you posted is very good but it allows special characters too(or not?) and it is very difficult for a user to get a <best password>.
Avatar of Panos

ASKER

Hi.
Thank you for  your help.
regards
panos