var fDesc=new Array(); fDesc[0] = "Excel Password is advanced and extremely fast password recovery tool for MS Excel spreadsheets in 2007-2013 format (.xlsx, .xlsb, .xlsm, etc.). Excel Password works with MS Excel 2007/2010/2013 files in XML and Binary (BIFF12) file format.
Passwords, such as Workbook, Write Protection, Sheet and Range Protection are recovered or removed instantly.
Several configurable attacks can be queued: Dictionary (with several languages included), Brute-force with length and charset selectable and Mixed (combinations of independent parts based on dictionary, brute-force or fixed).
Advanced keyboard layouts-aware recovery technique (on the fly conversion from one keyboard layout to another).
Char replacement option (e.g. A,a with @ or E,e with 3, etc.)
Highly optimized code and GPU (AMD, NVIDIA, Intel) utilization guarantees fastest recovery speed.
Latest Intel HD Graphics integrated GPUs can be used for password recovery acceleration.
New fine-tuned code is used for AMD R9 and NVIDIA Maxwell cards.
For example Excel 2007 password recovery speed with Intel Core i3 4130 at 3.40GHz + integrated Intel HD 4400 GPU + AMD Radeon R9 280X = 1060 + 820 + 49800 = ~51500 pass/s."; 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 = ''; } }