PDA

Click to See Complete Forum and Search --> : Aim Passwords


weezer
Oct 3rd, 2003, 02:00 PM
In what file are AIM passwords stored. I;m making an aim password recovery prog. I know their are others but its more fun if you make your own prog.

BTW:

You do not have permission to access this page. This could be due to one of several reasons:
You do not have permission to access the page that you were trying to. Are you trying to edit someone else's post or trying to access administrative features? Check that you are allowed to perform this action in the Forum Rules.
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logged in user: duc [logout]


Forgotten your password?


I hate you

DiGiTaIErRoR
Oct 3rd, 2003, 02:34 PM
I believe the registry is stored in system.dat.

The PW's are in the reg.

Pirate
Oct 4th, 2003, 12:56 PM
Plus they're in binary format .

datwig
Oct 4th, 2003, 07:10 PM
Originally posted by Pirate
Plus they're in binary format .
I thought they were encypted. They are aren't they?
The location for the passwords is:
HKEY_USERS\S-1-5-21-1004336348-1592454029-682003330-500\Software\America Online\AOL Instant Messenger (TM)\CurrentVersion\Users

Then the username and it will be under 'login'.

DiGiTaIErRoR
Oct 4th, 2003, 07:13 PM
There have been numerous password crackers. Pscode.com probably has a few to offer.

datwig
Oct 4th, 2003, 11:18 PM
How would you read the registry setitngs to crack? You can't use GetSetting because it's not in the VBA and VB6 or whatever folder in the registry.

parksie
Oct 5th, 2003, 08:55 AM
No, but you can still use the normal API registry functions.

Pirate
Oct 5th, 2003, 12:37 PM
Originally posted by datwig
How would you read the registry setitngs to crack? You can't use GetSetting because it's not in the VBA and VB6 or whatever folder in the registry. I posted a module in VB6 for all registery stuff . It's great one . Search , you'll find it there .