var fDesc=new Array(); fDesc[0] = "Unrar Extract and Recover Extracts .RAR archives and can list information embedded inside the archives.
Using multiple passwords to protect your files? It frees you from having to remember each individual password by keeping a single password depository so letting you choose as many passwords as needed.
Have you forgotten the password of a password protected archive? Can retrieve the password by using the dictionary approach. Give it a wordlist and it will attempt all words against the archive. Once it retrieves the password it continues with extracting the archive
Automated file integrity validation"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }