- SQL injection prevention(Mysqli param binding)(DONE)
- XSS prevention(input tester)(DONE)
- CSRF prevention(session tokens generated with bin2hex)(DONE)
- Add captcha https://www.google.com/recaptcha (DONE)
- Limit login attempts
- Argon2i hash http://www.hackinsight.org/news,567.html && https://wiki.php.net/rfc/argon2_password_hash
- SSL http://www.uniformserver.com/ZeroXI_documentation/apache.html Checklist: http://stackoverflow.com/questions/28695117/what-should-a-secure-login-script-consist-of/28710255#28710255
- Go to php.ini
- Find extension=ext/php_openssl.dll
- Delete the semicolon(;) in front of it and save