var fDesc=new Array(); fDesc[0] = "Excel Password Recovery attempts to recover passwords of Excel workbooks and spreadsheets. It supports MS Excel versions from 97 to 2016, and three types of brute-force attack methods. Regular brute-force attack tries all possible combinations of characters and symbols to find the password. Brute-force with Mask Attack allows you to set the possible password length and character settings in order to recover the target password with less time. Dictionary Attack tries all the password combinations in its built-in dictionary.

Multi-core CPU and GPU acceleration support improve the recovery speed."; 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 = ''; } }