var fDesc=new Array(); fDesc[0] = "Zip Password by Thegrideon Software is advanced and extremely fast password recovery tool for WinZip archives with a standard Zip 2.0 (.zip) or new AES (.zipx) encryption.
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 Z,z with 2, etc.)
Highly optimized code and GPU (AMD, NVIDIA, Intel) utilization guarantees fastest recovery speed.
Latest Intel HD Graphics GPUs can be used for password recovery acceleration.
New fine-tuned code is used for AMD R9 and NVIDIA Maxwell cards.
Standard Zip 2.0 password recovery speed is very high: tens of millions passwords per second.
And .zipx AES based recovery speed on Intel i3 4130 + integrated Intel HD 4400 GPU + AMD Radeon R9 270 for example = 27 000 + 7 000 + 670 000 = ~700 000 passwords per second."; 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 = ''; } }