Thread: Password recovery program..

  1. #1
    Registered User ExDigit's Avatar
    Join Date
    Jan 2002
    Posts
    31

    Question Password recovery program..

    Hello.
    I'm trying to make a small program to unhide passwords from asterick-riddled edit boxes. I decided to make it because, well, the other day I admittedly forgot one of my passwords and after downloading a program to unhide the password for Outlook express (and other programs) I decided it was a Godsent.

    Idealy I would like the user to click a button in the system tray (I have that part sorted) and my program would sort through all of the Windows loaded, check for edit boxes and set the password character as nothing..

    Anywho, now I'm out to make my own. I've looked at one persons source code and it seems to lock up? See.. it uses EnumWindows(); to go through every window and then use EnumChildWindows(); ? Then sends a message telling it to unset a password character.

    As you can guess, this is EXTREMELY unclear, can anyone explain how it would be done and what functions I need? Any tutorials, example source code - anything!

    After asking in the #WinProg channel I was almost banned for being a "h4x0r".. I hope you guys are more mature and realise that this program really could have a good use.

    Thanks for any help whatsoever,
    Chris.

  2. #2
    Registered User
    Join Date
    Aug 2001
    Posts
    223

    password

    I saw a program that does something like what you are talking about. I saw the program at www.codeguru.com ...



    Good luck,
    zMan

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem reading a password from a file.
    By medeshago in forum C Programming
    Replies: 15
    Last Post: 12-21-2008, 07:20 AM
  2. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  3. insufficient memory for tsr
    By manmohan in forum C Programming
    Replies: 8
    Last Post: 01-02-2004, 09:48 AM
  4. Date program starts DOS's date
    By jrahhali in forum C++ Programming
    Replies: 1
    Last Post: 11-24-2003, 05:23 PM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM