|
|
|
|
|
by MarkMc
4669 days ago
|
|
> I think adding a few characters to the minimum password would be equally secure Do you mean saying to the user, "your password must be at least 12 characters long"? That would just result in the user adding "12345" to the end of their standard password. Still seems much easier to crack than 4 random words. > Also, 2FA might be easier than you think using a service like Twilio. It might be easy for me to set up, but for my users (who are mostly non-technical) it is still relatively painful to install and set up a two-factor authentication app. I think most of my users would prefer the write-down-four-words option, even if it is a little less secure. > you probably don't want to make it any harder than it needs to be OK, so the question is, "does it need to be harder than the standard login form of username and password field?". Since my system deals with sensitive financial data, and given the problems with allowing users to pick their own password, I would say the answer is "Yes" |
|