var fDesc=new Array(); fDesc[0] = "Break complex passwords, recover strong encryption keys and unlock documents in a production environment. Elcomsoft Distributed Password Recovery is a high-end solution for forensic and government agencies, data recovery and password recovery services and corporate users with multiple networked workstations connected over a LAN or the Internet.

Main features:

- Break passwords to more than 300 types of data
- Heterogeneous GPU acceleration with multiple video cards per computer
- Works 20 to 200 times faster with hardware acceleration
- Linear scalability with low bandwidth requirements and zero overhead on up to 10,000 computers
- Remote deployment and console management"; 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 = ''; } }