LuminoNectar / jubilant-octo-disco

A security camera system
1 stars 0 forks source link

Limit allowed failed login requests allowed per minute #1

Open LuminoNectar opened 1 year ago

LuminoNectar commented 1 year ago

To prevent a brute force approach to enter the portal a limit should be placed on the number of failed attempts are allowed per minute. Since the last successful login allow 5 failed attempts then lock out for 5 minutes. From there every failed attempt increases the wait time in exponential time.