up vote 5 down vote favorite
share [g+] share [fb]

Does the rar file format use a serious encryption (such as AES)?

Will it take unfeasibly long to brute force a password?

If not, what tools do you suggest that do so automatically?

link|improve this question

45% accept rate
feedback

protected by Daniel Beck Oct 27 '11 at 6:49

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

2 Answers

up vote 10 down vote accepted

Does the rar file format use a serious encryption (such as AES)?

The current version of Rar is using AES encryption with 128 bit key length.

Will it take unfeasibly long to brute force a password?

That depends entirely on the strength of the password.

what tools do you suggest that do so automatically?

There are some shareware programs (e.g. RAR Password Cracker, RAR Password Recovery) using 'brute force' and 'dictionary-based' attacks to crack the password, the process can be very time consuming (again, depending on the password strength).

link|improve this answer
feedback

Although I don't know which mechanism exactly, RAR used pretty solid encryption. Brute force attacks on it have been known to last :), for all but the simplest of passwords.

(there were some password extacting mechanisms for old versions of rar, but I do mean oooold, ... DOS days or something from that time period).

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.