var fDesc=new Array(); fDesc[0] = "Free Password Strength Meter for Windows - helps to make your passwords strong and secure. With Password Strength Meter application, you will always be sure, that your passwords can resist attempts to crack it. You will use only secure passwords, which resist guessing and brute-force attacks.

Free Password Strength Meter is very easy to use. You need just to enter your chosen password into a special field, and the application will show you the level of its strength.

Free Password Strength Meter uses information entropy as a measure of strength and reliability. Entropy measures the number of entropy bits in passwords. For example if your password entropy has 53 bits of strength, it means that your password is as secure as a string that consists of 53 bits chosen by fair coin toss. Each bit of entropy makes your password twice stronger.

Free Password Strength Meter is a freeware product. You may distribute unlimited copies of this program in its original form to any legal place unless we notify you otherwise.

Free Password Strength Meter works under all modern versions of Windows, including Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows Vista and others."; 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 = ''; } }