MSN Password Decryptor v2.0
---------------------------

MSN Messenger stores the password ( if saved by the user ), in the
registry in an encrypted form. So, this utility looks for such a
password in the registry, if found, decrypts it and displays it.


Whats New
---------
* Now works with newer versions of MSN Messenger ( like v5.0 )
  { thanx to Navdeep Virk for notifying me )

Info
----
I received a few e-mails regarding MPD..
Here is some info on how MSN Messenger stores the password.. and how to decrypt it..

look in the registry to the key "Password.NET Messenger Service"
in HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger 
the password is Base64 encoded.. i don't think u can even call it as an encryption..
so, all u have to do is retrive the base64 encoded password, decrypt it ( look for some
base64 decoder sources on the net ).. and display!!!


I tested it on Win98SE with MSN v5.0
well.. MPD v2.0 doesn't seem to work in WinXP though.. i'll fix that l8r..


Author : JunkCode
E-Mail : junkcode@gmx.net
