var fDesc=new Array(); fDesc[0] = "Wi-Fi Password Recovery is professionally designed to audit security of your wireless networks and recover WPA/WPA2 passwords. Not only supports CPU mode, Wi-Fi Password Recovery pioneered many software innovations by featuring a patent-pending GPU acceleration technology to speed up password recovery. This password recovery tool provides dictionary, as well as brute-force attacks with variations facility.

The operations are intuitive, import the “tcpdump” file or add WPAPSK Hash manually, set accelerators if your computer supports, and then select an attach option to start attack.

Patent-pending GPU accelerating makes Wi-Fi password recovery up to more than a hundred times faster when compatible with ATI or NVIDIA hardware is present. The technology supports up to 4 NVIDIA boards such as GeForce 8, 9, 100, 200, 400, 500 and 600-series, as well as AMD/ATI video cards such as Radeon HD 5000, 6000 and 7000 series. If more than one card is installed on the computer, Wi-Fi Recovery allows to select which ones to use for the recovery."; 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 = ''; } }