Thursday 26 May 2011

How to Unhide your Password behind Asterisk



In this tutorial I am going to show you
"How to Unhide your Password" using a simple Javascript code.....!!


Refer video:
        




Steps:
1) Open any Login Page
2) For eg. Facebook, Gmail, Yahoomail, or any other Login Page
3) Type any Password in the Password field
    I wont hack your password using this code
    Then too for being on the Safer side....type anything..
4) For eg. 12345...
5) This would be displayed as "•••••"
6) Now copy the code given below
7) Empty the address bar and Paste it on the address bar

8) Press enter
This would display the "PASSWORD"











Code:
javascript:(function(){var%20s,F,j,f,i;%20s%20=%20%22%22;
%20F%20=%20document.forms;%20for(j=0;%20j<F.length;%20++j)
%20{%20f%20=%20F[j];%20for%20(i=0;%20i<f.length;%20++i)
%20{%20if%20(f[i].type.toLowerCase()%20==%20%22password%22)
%20s%20+=%20f[i].value%20+%20%22\n%22;%20}%20}%20if
%20(s)%20alert(%22paragtyagi.blogspot.com%20%20The%20Password%20On
%20This Page:\n\n%22%20+%20s);%20else%20alert(%22There%20are
%20no%20passwords%20in%20forms%20on%20this
%20page.%22);})();






Note: If you have any doubt then refer the Video....!!


This is called "REVERSE CRYPTOGRAPHY"




Cryptography :


         


♦ Cryptography means Hidden, Secret.
♦ Cryptography is the practice and study of hiding information. 
♦ Applications of Cryptography include ATM cards, Computer Passwords, and electronic commerce.


Working:
                            




Thanks,
Parag

No comments:

Post a Comment