From 5358de1006176ae6ebe5caceb16c849b1d1fc41e Mon Sep 17 00:00:00 2001 From: GRMrGecko Date: Wed, 17 Sep 2014 09:24:14 -0500 Subject: [PATCH] Corrected statement as I originally wanted to design it to where the password is hashed when clicking check, but now it hashes as you type. --- code/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/index.php b/code/index.php index c3721a6..9a85d89 100644 --- a/code/index.php +++ b/code/index.php @@ -74,7 +74,7 @@ Total count of hashed passwords in database is Check your password

Only enter your password on a website you trust!
If you trust me and what I say below, go ahead and enter your password.

- This field uses JavaScript to check the strength of your password. Clicking the check button will hash your password using JavaScript and send the hash to my server to check against my hash database for stolen passwords. + This field uses JavaScript to check the strength of your password. Clicking the check button will send the hash of your password to my server to check against my hash database for stolen passwords.