Click here to Skip to main content
15,881,882 members
Articles / Programming Languages / C++
Article

Protected Storage

Rate me:
Please Sign up or sign in to vote.
3.15/5 (30 votes)
23 Feb 2004 158.8K   3.1K   34   28
This program wil reveal Outlook Passwords, Deleted Outlook Account passwords, IE:Password-Protected sites passwords, MSN Explorer Signup passwords, IE AutoComplete Passwords, IE Auto Complete Fields , and in 9x it will show the cached dialup passwords

Introduction

Passwords are stored using Protected Storage in Windows 2k and XP. This program will reveal :-

  1. Outlook Passwords
  2. Deleted Outlook Account passwords
  3. IE : Password-Protected sites passwords
  4. MSN Explorer Signup passwords
  5. IE AutoComplete Passwords
  6. IE Auto Complete Fields in 9x it will show the cached dialup passwords

Background

There is a tool called Protected storage Explorer at CodeProject itself but it does not have source code. I tried to do what this program does by looking at that tool without any source code - lol - and that tool helped me to do this program.

Using the code

This Program first enumerates the outlook accounts from registry located at HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Account Manager\\Accounts first and then storing it in a structure.

SMTP Password2 - this string value contains the corresponding ItemName of protected storage data password of that account, then it continues enumerating the protected storage; loads the pstorec.dll and gets the address of function "PStoreCreateInstance". Then it calls PStoreCreateInstance to get an instance of IPStore, then it will enumerate the protected storage passwords. It will also enumerate cashed passwords in Win 9x.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
India India
www.hirosh.net

Comments and Discussions

 
QuestionNot working on IE7? Pin
Yuri Pereira29-Oct-07 9:00
Yuri Pereira29-Oct-07 9:00 
Questiondont get password Pin
pinkubabu21-Apr-07 9:07
pinkubabu21-Apr-07 9:07 
Generalnot working Pin
ste82728-Feb-07 17:07
ste82728-Feb-07 17:07 
Questionimporting pstorage entries fm remote computer Pin
Member 369393222-Feb-07 5:14
Member 369393222-Feb-07 5:14 
QuestionDoes the compilation fail? Pin
K_R7-Jan-07 16:55
K_R7-Jan-07 16:55 
Generalslove error problm Pin
caistudy20-Sep-06 21:32
caistudy20-Sep-06 21:32 
GeneralThis code is the most dirty that i ve ever seen! Pin
HellMind15-Jan-06 7:34
HellMind15-Jan-06 7:34 
GeneralFix Pin
HellMind15-Jan-06 6:32
HellMind15-Jan-06 6:32 
GeneralRe: Fix Pin
HellMind15-Jan-06 6:33
HellMind15-Jan-06 6:33 
GeneralRe: Fix Pin
HellMind15-Jan-06 6:34
HellMind15-Jan-06 6:34 
Generalunicode show as '??'. Pin
z.coolstar1418-Dec-05 15:02
z.coolstar1418-Dec-05 15:02 
GeneralNice but... Pin
Y_R3-Sep-05 0:54
Y_R3-Sep-05 0:54 
GeneralWonderful job.....Well done Pin
Nagareshwar5-Jul-05 10:09
Nagareshwar5-Jul-05 10:09 
GeneralOulook Interface Pin
mkharwadkar@yahoo.co.in21-Jun-05 22:50
sussmkharwadkar@yahoo.co.in21-Jun-05 22:50 
GeneralUnhandled COM exception Pin
codeproject4sba17-May-05 4:20
codeproject4sba17-May-05 4:20 
Generalcompiled code detected as trojan Pin
antifumo1-Dec-04 20:35
antifumo1-Dec-04 20:35 
QuestionWhat About ... Pin
qcha0s28-Feb-04 7:40
qcha0s28-Feb-04 7:40 
AnswerRe: What About ... Pin
Y_R22-Sep-05 2:45
Y_R22-Sep-05 2:45 
Hi,

Quiet Chaos, How do u know that this code is for outlock express and not for outlock?

Why doesnt it work with outlook?
Is it becasue outlook dont save the passes in PS or because
the program doesnt enumrate its acounts (in the function "EnumOutlookAccounts").

Thanks in advance
Y.R.
GeneralRe: What About ... Pin
Jeroen-bart Engelen22-Sep-05 23:04
Jeroen-bart Engelen22-Sep-05 23:04 
GeneralRe: What About ... Pin
Y_R24-Sep-05 0:31
Y_R24-Sep-05 0:31 
GeneralRe: What About ... Pin
Jeroen-bart Engelen24-Sep-05 2:52
Jeroen-bart Engelen24-Sep-05 2:52 
GeneralRe: What About ... Pin
Y_R26-Sep-05 12:25
Y_R26-Sep-05 12:25 
GeneralRe: What About ... Pin
Jeroen-bart Engelen27-Sep-05 3:57
Jeroen-bart Engelen27-Sep-05 3:57 
GeneralCompiled demo doesn't work Pin
RaulBove25-Feb-04 4:24
RaulBove25-Feb-04 4:24 
GeneralRe: Compiled demo doesn't work Pin
ccache3-Sep-04 8:34
ccache3-Sep-04 8:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.