by John Papadakis (2 Submissions)
Category: Windows API Call/Explanation
Compatability: VB Script
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(12 Votes)
The program is a dial-up password Recovery program for all windows version 98/ME/2k/NT/XP.
It displays the connection name , username and the pass of the dialup connection.
If i see interest about my code soon will post code with dialup pass on XP and phone numbers
in XP it has a bug. it displays correct all those except that the pass is ******. i'm working on it.Pleaze vote.If i see interest about my code soon will post code with dialup pass on XP and phone numbers.thnks
Assumes
this prog is made by john papadakhs. I am using windows API'S to access the phone
book of windows and get informations about the RAS CONNECTIONS available
the ras api is RasGetCredentials. this programm shows the connection name of eatch dialup
connection the username and the password. Only in windows XP the password is
shown with "*". I'm working on an other api that solves that problem with XP
and soon will have and XP passwords.also i'm working on getting the dialup number.
all these will be send soon if i see interest on my code.that's a promise.Pleaze vote
Code Returns
return the connection name, the username and the password of all dialup connection in WINDOWS version
API DeclarationsPrivate Declare Function RasGetCredentials Lib "rasapi32.dll" Alias "RasGetCredentialsA" _
(ByVal lpcstr As String, ByVal lpcstr As String, ByRef TLPRASCREDENTIALSA As RASCREDENTIALS) _
As Long