RAR unlocker is not working properly

0

I had my old personal photos and videos compressed and password protected (about 6 gb), I couldn't recall password, so using RAR unlocker. I left it running overnight and still the bar doesn't move from 0%. Its been a while I am stuck with this problem. Please help.

Ravi Rathore

Posted 2015-05-04T04:09:36.657

Reputation: 1

1It's going to need a lot longer, possibly decades. – David Schwartz – 2015-05-04T10:45:07.277

@DavidSchwartz: No, in this case it won't work at all since he's clearly using the wrong tool for the job (see my answer below). – Karan – 2015-05-04T18:48:22.287

Answers

3

Depending on the complexity of the password a brute force algorithm that runs though all the possibilities is likely to take years, if not tens or hundreds of years, depending on the amount and type of resources you can dedicate to the job. If you at least remember part of the password or the characters used you can narrow it down and speed up the process, but that's about it. There's no known backdoor in any of the recent RAR versions so if you can't brute force the password in a reasonable amount of time you're simply out of luck.

Edit: If the program you're talking about is this one, all it does is convert locked (i.e. read-only) RAR archives to read-write mode. Locked RARs are not the same as password protected RARs.

Karan

Posted 2015-05-04T04:09:36.657

Reputation: 51 857