-
-
Notifications
You must be signed in to change notification settings - Fork 283
Closed
Description
Right now if I type the wrong password to unpack an archive it ends in a failure notice and to re-try I need to try re-unpacking the archive.
I wager that the most common reason why an encrypted archive can decrypt is because the password was wrong.
Perhaps a better default behaviour would be to re-ask for the password. That would allow me to quickly type in the real password that I mistyped the first time.
To do:
- IF current brute force tools are OK, infinite retries with a 1-2 second/s delay, ELSE
- Limit to 5-10 tries per operation, after that end the operation and
- limit to 20-30 total tries per minute, after that end operations without offering the retry until a "cooldown" of 10-20 seconds
Reactions are currently unavailable