You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The endpoint in app.py accepts unlimited key attempts. PBKDF2 makes each guess costly but doesn't stop a script. Add a per-session failed-attempt counter with a cooldown, stored alongside the other fields in prog().
The endpoint in app.py accepts unlimited key attempts. PBKDF2 makes each guess costly but doesn't stop a script. Add a per-session failed-attempt counter with a cooldown, stored alongside the other fields in prog().
File: app.py