What is the best Distributed Brute Force countermeasure?

前端 未结 16 1869
逝去的感伤
逝去的感伤 2020-11-28 16:55

First, a little background: It is no secret that I am implementing an auth+auth system for CodeIgniter, and so far I\'m winning (so to speak). But I\'ve run into a pretty no

16条回答
  •  孤城傲影
    2020-11-28 17:51

    You could also throttle based on the strength of a users password.

    When a user registers or changes their password you calculate a strength rating for their password, say between 1 and 10.

    Something like "password" scores a 1 whereas "c6eqapRepe7et*Awr@ch" might score a 9 or 10 and the higher the score the longer it takes for throttling to kick in.

提交回复
热议问题