RSS

Posts Tagged ‘security’

March 25th, 2009

View Password Bookmarklet

view password gmail

  1. Go to any login page where you have a password “starred out”
    Ya know, like this:

  2. Copy and paste this code into the address bar in your browser
  3. Watch as the password is decoded into plain text
  4. I couldn’t believe this was possible, but then it started to make sense considering that in HTML source our passwords are plain-text in the value field:

<input type="password" value="1234spaceballs" />
    But what a good way to decode old passwords you may have forgotten (or…uh….decode an ex-girlfriend’s gmail password). And as Lifehacker shows, it’s easy to save this code as a bookmarklet for easy access.

    Click Here To Go To The Example Page