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 441dc5e3b6 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
code 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. 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.