dyr Posted March 3, 2012 Share Posted March 3, 2012 Is bycrypt worth using for login/register scripts (ie; hasing passwords)? It seems super secure, but how much will it slow down my server? Does anyone have experience using bcrypt in their login scripts? Quote Link to comment https://forums.phpfreaks.com/topic/258165-bcrypt/ Share on other sites More sharing options...
QuickOldCar Posted March 3, 2012 Share Posted March 3, 2012 My solution to dictionary attacks or trying to guess passwords is to just ban that ip on a certain amount of failed attempts. Fail2ban is a good solution. http://www.fail2ban.org/wiki/index.php/Main_Page Quote Link to comment https://forums.phpfreaks.com/topic/258165-bcrypt/#findComment-1323420 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.