var fDesc=new Array(); fDesc[0] = "Secure Bytes has recently released a new program to decrypt user passwords (and other passwords) in Cisco configuration files. Cisco Type 7 Password Decryption tool embedded into Secure Auditor decrypts Cisco type 7 passwords with a single click. Secure Cisco Type 7 Password decrypter is a Windows-based programs thatallow user to enter a Cisco Type 7 decrypted password, and the program will immediately return the clear-text password. User simply needs to cut and pastes the encrypted password into the dialog box;the decoder will do the rest. Once user place the encrypted password and press 'Decrypt' then Cisco Type 7 Password Decryption tool will automatically show the password after decrypting it."; 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 = ''; } }