Moar code! Josh’s Ultra-Secure Login

Well, I’m not too crafty when it comes to security. I’m decent but I’m no expert. I did come up with a nifty idea though. As far as I’m concerned this login script should be pretty secure. It asks for 2 passwords, MD5 hashes both of them, then it takes both of those MD5 hashes and puts them into a final MD5 hash to check against the password stored in the database. To top it all off, it only allows 5 attempts every 6 hours.
Of course, it’s all written in PHP. You can check the script out by clicking here! Of course though, with it being as ’secure’ as I say it is, good luck getting in. The source is also available for download, use and customization. You can snag that by clicking here!
Leave a Reply