VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Dial up Password recovery

John Papadakis  (2 Submissions)   Windows API Call/Explanation   VB Script   Intermediate   Wed 3rd February 2021

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

Returns
return the connection name, the username and the password of all dialup connection in WINDOWS version

API Declarations
Private Declare Function RasGetCredentials Lib "rasapi32.dll" Alias "RasGetCredentialsA" _
(ByVal lpcstr As String, ByVal lpcstr As String, ByRef TLPRASCREDENTIALSA As RASCREDENTIALS) _
As Long

Rate Dial up Password recovery (12(12 Vote))

Download Dial up Password recovery

Dial up Password recovery Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters