});
Featured Post: Increase YouTube Buffer Speed! | Subscribe to us for more!
<script> var adfly_id = 1058506; var adfly_advert = 'banner'; var frequency_cap = 5; var frequency_delay = 5; var init_delay = 3; </script> <script src="http://adf.ly/js/entry.js"></script>

Sunday 6 May 2012

View Password encrypted by Asterisk (*)


This is going to be a quick one. A very simple way of viewing password encrypted or masked by asterisk is simply by using a very simple Javascript. Here is it:


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:\n\n" + s); else alert("There are no passwords in forms on this page.");})();
You should be able to view the password behind asterisk, how to use javascript? Simply paste this onto your address bar and enter. Now all password behind asterisk should be replaced by numbers. Remember, Google Chrome doesn't allow JavaScript, only Mozilla Firefox or internet explorer does.


Please share our post or subscribe to us if you enjoyed this post. 
Enjoy~

Do you Like this Post..?

Get Free Email Updates Daily!

Follow us!

 
Related Posts Plugin for WordPress, Blogger...

Most wanted post: How to use premium cookies Subscribe to our feed if you would like to receive updates from us!--------------------------------->

X
~