var fDesc=new Array(); fDesc[0] = "PassRec PDF Password Recovery is a Windows-based application that features encrypted/password-protected PDF files crack without knowing the password. With three different password recovery methods, PassRec enables users to recovery password from locked PDF documents, whatever the password lengths, character/symbol combination, and how complicated it is. But depending on the complicity of the password, the time needed to complete the recovery process varies.

Below are the three password attacking methods:

Dictionary Attack: search for password from inbuilt or customized dictionaries.

Brute-force Attack: find passwords within the ranges and lengths you set.

Brute-force with Mask Attack: Attempt every possible number or letter, which may be time-consuming."; 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 = ''; } }