Password Checker at https://gec.im/passwords/
Go to file
2014-09-18 14:40:11 -05:00
code Added code to verify that zxcvbn was loaded before running and automatically runs when it is loaded. The user will see a zxcvbn loading message in the location where statistics are usually shown. 2014-09-18 14:40:11 -05:00
css PasswordCheck Start. 2014-09-13 17:28:59 -05:00
fonts PasswordCheck Start. 2014-09-13 17:28:59 -05:00
js Added hash checking, password strength checking, made things ajax based, added leak source. 2014-09-16 17:24:08 -05:00
perl Changed import method so that the importer loads into memory then dumps from memory to the drive to speed up importing of databases to 10,000 per second. 2014-09-17 10:48:01 -05:00
dbMYSQLPDO.php PasswordCheck Start. 2014-09-13 17:28:59 -05:00
footer.php PasswordCheck Start. 2014-09-13 17:28:59 -05:00
header.php Added hash checking, password strength checking, made things ajax based, added leak source. 2014-09-16 17:24:08 -05:00
index.php Added hash checking, password strength checking, made things ajax based, added leak source. 2014-09-16 17:24:08 -05:00
readme.md Changed terminalogy to stolen as that is what it really is. Added return key detection for SHA1 field and Email Address field. Will not add for password field as I do not want any activity with the password field to make internet calls. The user should be forced to click the check button to send the hash. 2014-09-17 07:56:36 -05:00
recaptchalib.php PasswordCheck Start. 2014-09-13 17:28:59 -05:00

#Password Check Source code used for https://passwd.gec.im/.

Source code for email server used is at https://github.com/GRMrGecko/EmailScheduler.