Skip to content

Commit

Permalink
add 2 second delay before testing password
Browse files Browse the repository at this point in the history
  • Loading branch information
technonerdz committed Apr 1, 2019
1 parent b6b5639 commit 75285ce
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 244 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -52,7 +52,7 @@
<body>
<h2 style="text-align: center;">Put a password in this box:</h2>
<p style="text-align: center;"><!--<label>Write your password in this box</label>-->
<input id="password-box" type="password" onkeyup="passwordmodified()" /></p>
<input id="password-box" type="password" onkeyup="passwordKeyPress()" /></p>
<p style="text-align: center;">It would take&nbsp;<strong id="password-time">0 seconds</strong> to crack your password</p>
<ul style="text-align: center;" class="hsimp-checks">
<h2 id="iscompromised"><span style="color: #339966;">This password was not compromised in any database breach!!</span></h2>
Expand All @@ -66,7 +66,7 @@ <h2 id="iscompromised"><span style="color: #339966;">This password was not compr
<p style="text-align: center;">PasswordSecurity.info is a free service. If you wan't to show your support, you can donate via Bitcoin: 14Qyu3nAe7heugEsNjLHVVUgs9Ax49WGjf</p>

<script src="js/hsimp.min.js"></script>
<script src="js/main.js"></script>
<script src="js/main.js?nc=1"></script>
</body>


Expand Down

0 comments on commit 75285ce

Please sign in to comment.