|
-
Apr 5th, 2004, 03:56 PM
#1
Thread Starter
Lively Member
Creating URL's in VB Script?
Hello,
I heard you can generate an encrypted username / password along with a possible SQL Server 2000 query all concatenated into one long URL in VB Script?
Do you have any beginner to advanced code to get me started?
Thanks!
Chris
-
Apr 5th, 2004, 06:14 PM
#2
Re: Creating URL's in VB Script?
Originally posted by Trancedified
Hello,
I heard you can generate an encrypted username / password along with a possible SQL Server 2000 query all concatenated into one long URL in VB Script?
Do you have any beginner to advanced code to get me started?
Thanks!
Chris
No, URL should not be used to perform SQL query, that will leave ope to you all sorts of security problem. The most common one being the SQL Injection attack. Also not a good idea to encrypt password and pass it becasue as you will be encryting the password in client side that means user will be able to decrypt it if they have the soruce page.
Only secure way to transfer password is if you use one way Hash function such as MD5.
Look into ASP (Vbscript) you can perform sql query serverside.
Here is a good place to start for ASP.
http://www.w3schools.com/asp/default.asp
Also look at 4guysfromrolla.com thats a good resources.
Hope this helps.
Danial
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|