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? 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 Link to comment https://forums.phpfreaks.com/topic/258165-bcrypt/#findComment-1323420 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.