Grad Assignment 5
Checking password strengthen based on cpu processing power.
by Larry Adams
HTML
<script src="http://jquery-pwdstr.googlecode.com/files/jquery.pwdstr-1.0.source.js"></script>
<h1>Graduate Assisgnment 5</h1>
<p>This assignment is to help you to better understand security and encrptying your passwords against Brute Force Attacks.</p>
<p>Please use the password generator to check your work with
<a href="https://www.masterlockvault.com/how-to-create-a-secure-password?gclid=CjwKEAjwpsGqBRCioKet--bp_QcSJADCtbsbadXoOaKuWhZxoAl0ld9Aw3VWI0TrI_bS3OWW0fq1JBoCaEXw_wcB">Master Lock Company</a></p>
<input id="text" type="password" /><br />
Forceable in <span id="info">less than one second</span>
JavaScript
$('#text').pwdstr('#info');