www.passwordmeter.com Open in urlscan Pro
69.163.195.92  Public Scan

URL: http://www.passwordmeter.com/
Submission: On August 04 via manual from SN — Scanned from DE

Form analysis 1 forms found in the DOM

Name: formPassword

<form id="formPassword" name="formPassword">
  <table id="tablePwdCheck" cellpadding="5" cellspacing="1" border="0">
    <tbody>
      <tr>
        <th colspan="2" class="txtCenter">Test Your Password</th>
        <th class="txtCenter">Minimum Requirements</th>
      </tr>
      <tr>
        <th>Password:</th>
        <td>
          <input type="password" id="passwordPwd" name="passwordPwd" autocomplete="off" onkeyup="chkPass(this.value);" class="">
          <input type="text" id="passwordTxt" name="passwordTxt" autocomplete="off" onkeyup="chkPass(this.value);" class="hide">
        </td>
        <td rowspan="4">
          <ul>
            <li>Minimum 8 characters in length</li>
            <li>Contains 3/4 of the following items:<br> - Uppercase Letters<br> - Lowercase Letters<br> - Numbers<br> - Symbols<br>
            </li>
          </ul>
        </td>
      </tr>
      <tr>
        <th>Hide:</th>
        <td><input type="checkbox" id="mask" name="mask" value="1" checked="checked" onclick="togPwdMask();"></td>
      </tr>
      <tr>
        <th>Score:</th>
        <td>
          <div id="scorebarBorder">
            <div id="score">0%</div>
            <div id="scorebar" style="background-position: 0px center;">&nbsp;</div>
          </div>
        </td>
      </tr>
      <tr>
        <th>Complexity:</th>
        <td>
          <div id="complexity">Too Short</div>
        </td>
      </tr>
    </tbody>
  </table>
  <table id="tablePwdStatus" cellpadding="5" cellspacing="1" border="0">
    <tbody>
      <tr>
        <th colspan="2">Additions</th>
        <th class="txtCenter">Type</th>
        <th class="txtCenter">Rate</th>
        <th class="txtCenter">Count</th>
        <th class="txtCenter">Bonus</th>
      </tr>
      <tr>
        <td width="1%">
          <div id="div_nLength" class="fail">&nbsp;</div>
        </td>
        <td width="94%">Number of Characters</td>
        <td width="1%" class="txtCenter">Flat</td>
        <td width="1%" class="txtCenter italic">+(n*4)</td>
        <td width="1%">
          <div id="nLength" class="box">0</div>
        </td>
        <td width="1%" class="fail">
          <div id="nLengthBonus" class="boxPlus">0</div>
        </td>
      </tr>
      <tr>
        <td>
          <div id="div_nAlphaUC" class="fail">&nbsp;</div>
        </td>
        <td>Uppercase Letters</td>
        <td class="txtCenter">Cond/Incr</td>
        <td nowrap="nowrap" class="txtCenter italic">+((len-n)*2)</td>
        <td>
          <div id="nAlphaUC" class="box">0</div>
        </td>
        <td class="fail">
          <div id="nAlphaUCBonus" class="boxPlus">0</div>
        </td>
      </tr>
      <tr>
        <td>
          <div id="div_nAlphaLC" class="fail">&nbsp;</div>
        </td>
        <td>Lowercase Letters</td>
        <td class="txtCenter">Cond/Incr</td>
        <td class="txtCenter italic">+((len-n)*2)</td>
        <td>
          <div id="nAlphaLC" class="box">0</div>
        </td>
        <td class="fail">
          <div id="nAlphaLCBonus" class="boxPlus">0</div>
        </td>
      </tr>
      <tr>
        <td>
          <div id="div_nNumber" class="fail">&nbsp;</div>
        </td>
        <td>Numbers</td>
        <td class="txtCenter">Cond</td>
        <td class="txtCenter italic">+(n*4)</td>
        <td>
          <div id="nNumber" class="box">0</div>
        </td>
        <td class="fail">
          <div id="nNumberBonus" class="boxPlus">0</div>
        </td>
      </tr>
      <tr>
        <td>
          <div id="div_nSymbol" class="fail">&nbsp;</div>
        </td>
        <td>Symbols</td>
        <td class="txtCenter">Flat</td>
        <td class="txtCenter italic">+(n*6)</td>
        <td>
          <div id="nSymbol" class="box">0</div>
        </td>
        <td class="fail">
          <div id="nSymbolBonus" class="boxPlus">0</div>
        </td>
      </tr>
      <tr>
        <td>
          <div id="div_nMidChar" class="fail">&nbsp;</div>
        </td>
        <td>Middle Numbers or Symbols</td>
        <td class="txtCenter">Flat</td>
        <td class="txtCenter italic">+(n*2)</td>
        <td>
          <div id="nMidChar" class="box">0</div>
        </td>
        <td class="fail">
          <div id="nMidCharBonus" class="boxPlus">0</div>
        </td>
      </tr>
      <tr>
        <td>
          <div id="div_nRequirements" class="fail">&nbsp;</div>
        </td>
        <td>Requirements</td>
        <td class="txtCenter">Flat</td>
        <td class="txtCenter italic">+(n*2)</td>
        <td>
          <div id="nRequirements" class="box">0</div>
        </td>
        <td class="fail">
          <div id="nRequirementsBonus" class="boxPlus">0</div>
        </td>
      </tr>
      <tr>
        <th colspan="6">Deductions</th>
      </tr>
      <tr>
        <td width="1%">
          <div id="div_nAlphasOnly" class="pass">&nbsp;</div>
        </td>
        <td width="94%">Letters Only</td>
        <td width="1%" class="txtCenter">Flat</td>
        <td width="1%" class="txtCenter italic">-n</td>
        <td width="1%">
          <div id="nAlphasOnly" class="box">0</div>
        </td>
        <td width="1%" class="pass">
          <div id="nAlphasOnlyBonus" class="boxMinus">0</div>
        </td>
      </tr>
      <tr>
        <td>
          <div id="div_nNumbersOnly" class="pass">&nbsp;</div>
        </td>
        <td>Numbers Only</td>
        <td class="txtCenter">Flat</td>
        <td class="txtCenter italic">-n</td>
        <td>
          <div id="nNumbersOnly" class="box">0</div>
        </td>
        <td class="pass">
          <div id="nNumbersOnlyBonus" class="boxMinus">0</div>
        </td>
      </tr>
      <tr>
        <td>
          <div id="div_nRepChar" class="pass">&nbsp;</div>
        </td>
        <td>Repeat Characters (Case Insensitive)</td>
        <td class="txtCenter">Comp</td>
        <td nowrap="nowrap" class="txtCenter italic"> - </td>
        <td>
          <div id="nRepChar" class="box">0</div>
        </td>
        <td class="pass">
          <div id="nRepCharBonus" class="boxMinus">0</div>
        </td>
      </tr>
      <tr>
        <td>
          <div id="div_nConsecAlphaUC" class="pass">&nbsp;</div>
        </td>
        <td>Consecutive Uppercase Letters</td>
        <td class="txtCenter">Flat</td>
        <td class="txtCenter italic">-(n*2)</td>
        <td>
          <div id="nConsecAlphaUC" class="box">0</div>
        </td>
        <td class="pass">
          <div id="nConsecAlphaUCBonus" class="boxMinus">0</div>
        </td>
      </tr>
      <tr>
        <td>
          <div id="div_nConsecAlphaLC" class="pass">&nbsp;</div>
        </td>
        <td>Consecutive Lowercase Letters</td>
        <td class="txtCenter">Flat</td>
        <td class="txtCenter italic">-(n*2)</td>
        <td>
          <div id="nConsecAlphaLC" class="box">0</div>
        </td>
        <td class="pass">
          <div id="nConsecAlphaLCBonus" class="boxMinus">0</div>
        </td>
      </tr>
      <tr>
        <td>
          <div id="div_nConsecNumber" class="pass">&nbsp;</div>
        </td>
        <td>Consecutive Numbers</td>
        <td class="txtCenter">Flat</td>
        <td class="txtCenter italic">-(n*2)</td>
        <td>
          <div id="nConsecNumber" class="box">0</div>
        </td>
        <td class="pass">
          <div id="nConsecNumberBonus" class="boxMinus">0</div>
        </td>
      </tr>
      <tr>
        <td>
          <div id="div_nSeqAlpha" class="pass">&nbsp;</div>
        </td>
        <td>Sequential Letters (3+)</td>
        <td class="txtCenter">Flat</td>
        <td class="txtCenter italic">-(n*3)</td>
        <td>
          <div id="nSeqAlpha" class="box">0</div>
        </td>
        <td class="pass">
          <div id="nSeqAlphaBonus" class="boxMinus">0</div>
        </td>
      </tr>
      <tr>
        <td>
          <div id="div_nSeqNumber" class="pass">&nbsp;</div>
        </td>
        <td>Sequential Numbers (3+)</td>
        <td class="txtCenter">Flat</td>
        <td class="txtCenter italic">-(n*3)</td>
        <td>
          <div id="nSeqNumber" class="box">0</div>
        </td>
        <td class="pass">
          <div id="nSeqNumberBonus" class="boxMinus">0</div>
        </td>
      </tr>
      <tr>
        <td>
          <div id="div_nSeqSymbol" class="pass">&nbsp;</div>
        </td>
        <td>Sequential Symbols (3+)</td>
        <td class="txtCenter">Flat</td>
        <td class="txtCenter italic">-(n*3)</td>
        <td>
          <div id="nSeqSymbol" class="box">0</div>
        </td>
        <td class="pass">
          <div id="nSeqSymbolBonus" class="boxMinus">0</div>
        </td>
      </tr>
      <tr>
        <th colspan="6">Legend</th>
      </tr>
      <tr>
        <td colspan="6">
          <ul id="listLegend">
            <li>
              <div class="exceed imgLegend">&nbsp;</div> <span class="bold">Exceptional:</span> Exceeds minimum standards. Additional bonuses are applied.
            </li>
            <li>
              <div class="pass imgLegend">&nbsp;</div> <span class="bold">Sufficient:</span> Meets minimum standards. Additional bonuses are applied.
            </li>
            <li>
              <div class="warn imgLegend">&nbsp;</div> <span class="bold">Warning:</span> Advisory against employing bad practices. Overall score is reduced.
            </li>
            <li>
              <div class="fail imgLegend">&nbsp;</div> <span class="bold">Failure:</span> Does not meet the minimum standards. Overall score is reduced.
            </li>
          </ul>
        </td>
      </tr>
    </tbody>
  </table>
  <!-- <p style="margin: 10px auto 20px auto; width:500px; text-align:center;">
<a href="http://www.expeditionr.com/" target="_blank" style="border-bottom: none !important; text-decoration:none !important"><img src="http://passwordmeter.com/images/_signature_pic_fjcruiserforums.gif" alt="" border="0" /></a><br />
<a href="http://www.facebook.com/pages/Expeditionr/144306958964425" target="_blank" style="color:#db3838">Expeditionr on Facebook</a> - <a href="http://twitter.com/#%21/expeditionr" target="_blank" style="color:#db3838">Expeditionr on Twitter</a> - <a href="http://www.expeditionr.com/feed/" target="_blank" style="color:#db3838">Expeditionr on RSS</a>
       </p>
-->
  <div class="advertMid">
    <script type="text/javascript">
      <!--
      google_ad_client = "ca-pub-8841956045132710";
      /* PasswordMeter - 728x90 - Image Text */
      google_ad_slot = "5216551763";
      google_ad_width = 728;
      google_ad_height = 90;
      //
      -->
    </script>
    <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    <div id="aswift_1_host" style="border:none;margin:0;padding:0;position:relative;visibility:visible;background-color:transparent;display:inline-block;width:728px;height:90px;" data-ad-slot="5216551763" tabindex="0" title="Advertisement"
      aria-label="Advertisement" data-ad-status="unfilled"><iframe id="aswift_1" name="aswift_1" style="left:0;position:absolute;top:0;border:0;width:728px;height:90px;"
        sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation" width="728" height="90" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0"
        allowtransparency="true" scrolling="no"
        src="https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-8841956045132710&amp;output=html&amp;h=90&amp;slotname=5216551763&amp;adk=3470086931&amp;adf=1358498089&amp;pi=t.ma~as.5216551763&amp;w=728&amp;lmt=1368836283&amp;url=http%3A%2F%2Fwww.passwordmeter.com%2F&amp;wgl=1&amp;dt=1691140976449&amp;bpp=9&amp;bdt=203&amp;idt=360&amp;shv=r20230802&amp;mjsv=m202307270101&amp;ptt=5&amp;saldr=sa&amp;abxe=1&amp;prev_slotnames=5216551763&amp;correlator=3444552211033&amp;frm=20&amp;pv=1&amp;ga_vid=1404547300.1691140976&amp;ga_sid=1691140976&amp;ga_hid=848107100&amp;ga_fc=1&amp;u_tz=0&amp;u_his=2&amp;u_h=1200&amp;u_w=1600&amp;u_ah=1200&amp;u_aw=1600&amp;u_cd=24&amp;u_sd=1&amp;adx=430&amp;ady=1121&amp;biw=1600&amp;bih=1200&amp;scr_x=0&amp;scr_y=0&amp;eid=44759837%2C44759875%2C44759926%2C31076469%2C31076088%2C31076509%2C31076511%2C31076444%2C31076692%2C44789820&amp;oid=2&amp;pvsid=409199770976207&amp;uas=0&amp;nvt=1&amp;fc=640&amp;brdim=0%2C0%2C0%2C0%2C1600%2C0%2C1600%2C1200%2C1600%2C1200&amp;vis=1&amp;rsz=%7C%7CEe%7C&amp;abl=CS&amp;pfx=0&amp;fu=0&amp;bc=23&amp;ifi=2&amp;uci=a!2&amp;fsb=1&amp;xpc=Ntn1JQRWU6&amp;p=http%3A//www.passwordmeter.com&amp;dtd=362"
        data-google-container-id="a!2" data-google-query-id="CMPowonXwoADFXaFUAYdiPIHyw" data-load-complete="true"></iframe></div>
  </div>
  <table id="tablePwdNotes" cellpadding="5" cellspacing="1" border="0">
    <tbody>
      <tr>
        <th>Quick Footnotes</th>
      </tr>
      <tr>
        <td> • <strong>Flat:</strong> Rates that add/remove in non-changing increments.<br> • <strong>Incr:</strong> Rates that add/remove in adjusting increments.<br> • <strong>Cond:</strong> Rates that add/remove depending on additional
          factors.<br> • <strong>Comp:</strong> Rates that are too complex to summarize. See source code for details.<br> • <strong>n:</strong> Refers to the total number of occurrences.<br> • <strong>len:</strong> Refers to the total password
          length.<br> • Additional bonus scores are given for increased character variety.<br> • Final score is a cumulative result of all bonuses minus deductions.<br> • Final score is capped with a minimum of 0 and a maximum of 100.<br> • Score and
          Complexity ratings are not conditional on meeting minimum requirements.<br>
        </td>
      </tr>
      <tr>
        <th>Disclaimer</th>
      </tr>
      <tr>
        <td>
          <p>This application is designed to assess the strength of password strings. The instantaneous visual feedback provides the user a means to improve the strength of their passwords, with a hard focus on breaking the typical bad habits of
            faulty password formulation. Since no official weighting system exists, we created our own formulas to assess the overall strength of a given password. Please note, that this application does not utilize the typical "days-to-crack"
            approach for strength determination. We have found that particular system to be severely lacking and unreliable for real-world scenarios. This application is neither perfect nor foolproof, and should only be utilized as a loose guide in
            determining methods for improving the password creation process. </p>
        </td>
      </tr>
      <tr>
        <th>Software Links</th>
      </tr>
      <tr>
        <td>
          <p> If you like Password Meter, you should really check out <a href="http://www.amplescaffolder.com" target="_blank" title="Check out the AMPLE Scaffolder Web Site">our sister site</a> with the newly released
            <a href="http://www.amplescaffolder.com/#page-content" target="_blank" title="Check out the AMPLE Scaffolder Package">AMPLE Scaffolder software</a>. It's also completely free and
            <a href="http://www.amplescaffolder.com/download/" target="_blank" title="Download the AMPLE Scaffolder Package">available for download</a>.<br></p>
          <hr><br>
          <p></p>
          <div align="center">
            <a href="http://metabetageek.com/software/" target="_blank" title="Download Password Meter Package">Download Password Meter Package</a>&nbsp; or
            &nbsp;<a href="http://www.amplescaffolder.com" target="_blank" title="Check out the AMPLE Scaffolder Package">Check out the AMPLE Scaffolder Package</a>
            <br><br>
          </div>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Text Content

THE PASSWORD METER




Test Your Password Minimum Requirements Password:
 * Minimum 8 characters in length
 * Contains 3/4 of the following items:
   - Uppercase Letters
   - Lowercase Letters
   - Numbers
   - Symbols
   

Hide: Score:
0%
 
Complexity:
Too Short

Additions Type Rate Count Bonus
 
Number of Characters Flat +(n*4)
0
0
 
Uppercase Letters Cond/Incr +((len-n)*2)
0
0
 
Lowercase Letters Cond/Incr +((len-n)*2)
0
0
 
Numbers Cond +(n*4)
0
0
 
Symbols Flat +(n*6)
0
0
 
Middle Numbers or Symbols Flat +(n*2)
0
0
 
Requirements Flat +(n*2)
0
0
Deductions
 
Letters Only Flat -n
0
0
 
Numbers Only Flat -n
0
0
 
Repeat Characters (Case Insensitive) Comp -
0
0
 
Consecutive Uppercase Letters Flat -(n*2)
0
0
 
Consecutive Lowercase Letters Flat -(n*2)
0
0
 
Consecutive Numbers Flat -(n*2)
0
0
 
Sequential Letters (3+) Flat -(n*3)
0
0
 
Sequential Numbers (3+) Flat -(n*3)
0
0
 
Sequential Symbols (3+) Flat -(n*3)
0
0
Legend
 *  
   Exceptional: Exceeds minimum standards. Additional bonuses are applied.
 *  
   Sufficient: Meets minimum standards. Additional bonuses are applied.
 *  
   Warning: Advisory against employing bad practices. Overall score is reduced.
 *  
   Failure: Does not meet the minimum standards. Overall score is reduced.



Quick Footnotes • Flat: Rates that add/remove in non-changing increments.
• Incr: Rates that add/remove in adjusting increments.
• Cond: Rates that add/remove depending on additional factors.
• Comp: Rates that are too complex to summarize. See source code for details.
• n: Refers to the total number of occurrences.
• len: Refers to the total password length.
• Additional bonus scores are given for increased character variety.
• Final score is a cumulative result of all bonuses minus deductions.
• Final score is capped with a minimum of 0 and a maximum of 100.
• Score and Complexity ratings are not conditional on meeting minimum
requirements.
Disclaimer

This application is designed to assess the strength of password strings. The
instantaneous visual feedback provides the user a means to improve the strength
of their passwords, with a hard focus on breaking the typical bad habits of
faulty password formulation. Since no official weighting system exists, we
created our own formulas to assess the overall strength of a given password.
Please note, that this application does not utilize the typical "days-to-crack"
approach for strength determination. We have found that particular system to be
severely lacking and unreliable for real-world scenarios. This application is
neither perfect nor foolproof, and should only be utilized as a loose guide in
determining methods for improving the password creation process.

Software Links

If you like Password Meter, you should really check out our sister site with the
newly released AMPLE Scaffolder software. It's also completely free and
available for download.


--------------------------------------------------------------------------------




Download Password Meter Package  or  Check out the AMPLE Scaffolder Package



 

v.2.0 (rev.100518)

Other sites maintained by this author: amplescaffolder.com, expeditionr.com,
metabetageek.com, moopad.com

This software is freely available for distribution under the GNU General Public
License (GPL).