Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Visual Basic (http://www.programmingforums.org/forum18.html)
-   -   [VB6] Check a list of 'passwords'? (http://www.programmingforums.org/showthread.php?t=7193)

-T2- Nov 25th, 2005 6:05 PM

[VB6] Check a list of 'passwords'?
 
I was wondering if it would be possible, to have a password set on your VB app (obviously thats possible/easy) what i need is for it to check a list of passwords online (http://www.mysite.com/test/list.php) and see if the password YOU enter matches any of them.. help?

Dameon Nov 25th, 2005 7:39 PM

Sure, but I wouldn't call it security. It takes half a moment in a packet sniffer to see where the passwords are being requested from and what passwords are being returned. Alternatively, the password check can be disabled altogether with a little know-how, or perhaps cause the web request to be rerouted to a local source...to be worthwhile the communication between the client and server has to be encrypted and the password list cannot be made available to the client.

The hard part in this case is that there aren't any quick ways to send off an http request in VB6. There's a class in .Net for the purpose. Check online for a free library or break down and use winsock.


All times are GMT -5. The time now is 10:18 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC