Welcome to my site. Please CLICK HERE to give your opinions regarding this new look of "PCTipsbyAnu". Thanks for visiting.

Tuesday, February 22, 2011

Browse » Home » , , , , , » How to see passwords hidden behind asterisks?

How to see passwords hidden behind asterisks?


For some reason if you don’t remember the password used to login to your google accounts or any other, and want to get back the hidden password, there is an easy way to view those passwords hidden behind the asterisk (*) characters.
You might have given the option to save the password for that particular site when your browser asked, the first time while entering the user name and password while logging in. The browser will automatically display the password if you have saved it before and you only need to press the login button. But if you need to know / don’t remember the password that is hidden behind the asterisk characters here is dead simple way to see those passwords quickly.
For firefox users, there’s always the option to see saved passwords. But this trick is far more simple than that and works on Internet Explorer, Firefox, Google Chrome, Netscape, Safari and Opera. Here’s what you have to do.
Visit the login screen of the desired website.
get passwords behind star A Simple Way To See Passwords Hidden Behind Asterisks
The browser will automatically shown the passwords in the fields, but will be hidden with the asterisks characters.
Now, Copy and paste the following code in your address bar and press enter.
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "n"; } } if (s) alert("Passwords in forms on this page:nn" + s); else alert("There are no passwords in forms on this page.");})();
The password will now be shown in a small window.
show hidden passwords A Simple Way To See Passwords Hidden Behind Asterisks

Tip: Always note down the important passwords of your online accounts in a piece of paper and keep it safely. Never leave the passwords for the browsers to remember.

Thanks....
You can leave a response, or trackback from your own site.

About 'Anu': My name is 'Anu' also Known as 'ANU 007 TIGER' .I'm administrator of 'PC Tips by Anu' blog .This blog was opened for sharing contents about hacking n cracking.
Thanks YAHOO OR GMAIL

0 comments:

Post a Comment

 
Back to Top