How UnRAR a rar file with password
-
If you want have a look at source code of a program able to deal with
RAR
files than check out 7-Zip[^] sources. On the other hand if you wish to hack a password-protectedRAR
file, I doubt you are going to get help here. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
If you want have a look at source code of a program able to deal with
RAR
files than check out 7-Zip[^] sources. On the other hand if you wish to hack a password-protectedRAR
file, I doubt you are going to get help here. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]Moreover I dont think you can have the source code for RAR as far I can recall its not open source
I know I am coward since the day I know that fortune favors the brave
-
If you want have a look at source code of a program able to deal with
RAR
files than check out 7-Zip[^] sources. On the other hand if you wish to hack a password-protectedRAR
file, I doubt you are going to get help here. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]I think OP's name may be a clue. ;)
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
I think OP's name may be a clue. ;)
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
Good point. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
If you want have a look at source code of a program able to deal with
RAR
files than check out 7-Zip[^] sources. On the other hand if you wish to hack a password-protectedRAR
file, I doubt you are going to get help here. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
no...that I mean is written in C++ code to decompress RAR,and that's rar file have password, during decompress auto type password to decompress it..
You can't do this. RAR is a proprietary file format and you need to buy a licence in order to get details of it.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
You can't do this. RAR is a proprietary file format and you need to buy a licence in order to get details of it.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
Richard MacCutchan wrote:
RAR is a proprietary file format and you need to buy a licence in order to get details of it.
That's incorrect. The LZMA sdk (which 7zip uses) can be used to de-compress a RAR file. It's just that the RAR compression has been kept closed-source/proprietary or such.
"Real men drive manual transmission" - Rajesh.
-
no...that I mean is written in C++ code to decompress RAR,and that's rar file have password, during decompress auto type password to decompress it..
CPallini's answer is correct. You could use the LZMA sdk to de-compress a RAR file. Whether the file has password or not is irrelevant (the SDK has methods for all such cases). If you have a more specific question, ask it in the sourceforge page for 7zip.
"Real men drive manual transmission" - Rajesh.
-
Richard MacCutchan wrote:
RAR is a proprietary file format and you need to buy a licence in order to get details of it.
That's incorrect. The LZMA sdk (which 7zip uses) can be used to de-compress a RAR file. It's just that the RAR compression has been kept closed-source/proprietary or such.
"Real men drive manual transmission" - Rajesh.
Thanks, I should never trust Wikipedia.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
CPallini's answer is correct. You could use the LZMA sdk to de-compress a RAR file. Whether the file has password or not is irrelevant (the SDK has methods for all such cases). If you have a more specific question, ask it in the sourceforge page for 7zip.
"Real men drive manual transmission" - Rajesh.
-
Thanks, I should never trust Wikipedia.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
CPallini's answer is correct. You could use the LZMA sdk to de-compress a RAR file. Whether the file has password or not is irrelevant (the SDK has methods for all such cases). If you have a more specific question, ask it in the sourceforge page for 7zip.
"Real men drive manual transmission" - Rajesh.
Rajesh R Subramanian wrote:
CPallini's answer is correct.
We call that 'lucky strike'. :-D
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]