How to crack an encrypted files in WinRar?

TheUniqueDaniel

Lurker
Member
Joined
Threads
1
Posts
4
Hello. Have .rar and encrypted files in it. How can I crack their passwords? I tried to find solution on Internet but it suggest software complete sollutions. But I don't wanna just download "ClickAndGet" app. I've just found out that you can cheat WinRar using x64dbg and Resource Hacker so I did it. I hope I explain clearly enough what I mean. So do you know ways?
 
If I get you right, you just want to find out the password of a rar archive. There are a lot of free tools for that just using bruteforce or dictionary attacks. For example just search on Github for a Python script or try a free tool like (external link to website). The success rate and how fast you get the password will depend on its length and complexity - the shorter and less complex the used password is, the faster any tool will find it for you.
 
If the password is long and has the special characters @$^&*, then you will recognize it until old age by brute force.
And for this you need a good PC. like my pc ;-)

 
  • Thread Starter Thread Starter
  • #4
If I get you right, you just want to find out the password of a rar archive. There are a lot of free tools for that just using bruteforce or dictionary attacks. For example just search on Github for a Python script or try a free tool like (external link to website). The success rate and how fast you get the password will depend on its length and complexity - the shorter and less complex the used password is, the faster any tool will find it for you.
Thank for solutions. Will try something.


If the password is long and has the special characters @$^&*, then you will recognize it until old age by brute force.
And for this you need a good PC. like my pc ;-)

Others write the same thing. Old age. Sounds not very fun but I've got your message :)
Thanks.