simon987 / Much-Assembly-Required

Assembly programming game
https://muchassemblyrequired.com
GNU General Public License v3.0
930 stars 88 forks source link

Passwords should be more complex. #198

Closed eredisg closed 4 years ago

eredisg commented 5 years ago

According to OWASP Authetication Cheat Sheet, passwords should implement the following:

Having complex passwords reduces the risk of an attacker gaining access on a user's account via brute-force.

eredisg commented 5 years ago

I am willing to fix this issue. Just need the approval from @simon987

simon987 commented 5 years ago

Thank you for your concerns. As of right now there is very little incentive to get access to a user's account, much less brute forcing it.

I personally do not see why forcing users to use a strong (and arguably easier to forget) password would be worthwhile.

However if you're willing to implement other kinds of security features like hidden tokens or login attempts limit that could be fun

Thank you again

simon987 commented 4 years ago

Closing this for inactivity