Closed VakarisZ closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.06%. Comparing base (
af54997
) to head (cee2e2f
).:exclamation: Current head cee2e2f differs from pull request most recent head 3ccd633
Please upload reports for the commit 3ccd633 to get more accurate results.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What does this PR do?
Part of #4187
Calculations
7 chars (alphanumeric + 3 special characters) gives total of 4,764,996,883,946 combinations (based on this The current throttle is 0.001, so the result is that you're able to check 120 000 passwords per 2 minutes. This means that you chance of guessing the OTP is 1 in 39,708,307. In practice it's much higher if you account for network latency. I think this is sufficient security for a problem whose real solution is NAC.
PR Checklist