Password Checker at https://gec.im/passwords/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
GRMrGecko c05af970bf 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. 10 years ago
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. 10 years ago
css PasswordCheck Start. 10 years ago
fonts PasswordCheck Start. 10 years ago
js Added hash checking, password strength checking, made things ajax based, added leak source. 10 years ago
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. 10 years ago
dbMYSQLPDO.php PasswordCheck Start. 10 years ago
footer.php PasswordCheck Start. 10 years ago
header.php Added hash checking, password strength checking, made things ajax based, added leak source. 10 years ago
index.php Added hash checking, password strength checking, made things ajax based, added leak source. 10 years ago
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. 10 years ago
recaptchalib.php PasswordCheck Start. 10 years ago

readme.md

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

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