[PHP] Password Strength

Geffy

OSNN Veteran Addict
Joined
18 Mar 2002
Messages
7,805
I have spent the past day or so working on a PHP script to measure the strength of passwords.

It uses four different measurements to build its final result. I would appreciate it some of you could look at it, test it with your own passwords and give me an idea of how accurate you think it is and so on.

class.passwordstrength.php

ideally you might test it in a script like this
PHP:
<?php
require "class.passwordstrength.php";
$ps = new PasswordStrength;

$password = "mypassword";
$minimum_password_length = 8;
echo "$password scores ". $ps->score($password, $minimum_password_length);
?>

Please let me know what you think of it.
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,623
Latest member
AndersonLo
Back