|
-
Feb 14th, 2001, 12:30 AM
#1
Thread Starter
Member
Hey guy's
How would i go about adding site security to me web page .. I'm new at this so bare with me.
Would I have to buy an application or is it somehting like a DLL that I have to implement?
In site security I mean .. Password authentication and maybe later on C-Card details.
Thanks in advance!
-
Feb 14th, 2001, 01:14 PM
#2
Hyperactive Member
Hi!
Depends on what kind of site your running - ASP or straight HTML? With ASP you can validate user information against a database.
What kind of site is this?
-
Feb 15th, 2001, 12:37 AM
#3
Thread Starter
Member
ASP
Hey there
I'm running ASP and already validating users against a Database.
I want to do Encryption ... of the data sent over the lines .. what can i use for that?
Thanks for the help!
-
Feb 15th, 2001, 08:00 AM
#4
Black Cat
How about SSL (https on port 443)? You need to buy a certificate from someone like Verisign or Thawte. Then you need to set it up on the server (I believe IIS might have a wizard, or else check MSDN). Then user can access you site through https://www.yoursite.com/secure.asp and the data will be encrypted as it's sent.
Josh
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Feb 15th, 2001, 10:45 AM
#5
Hyperactive Member
Hi Randhart,
In ASP you can encrypt the querystring. Here is an article to get you started:
http://www.4guysfromrolla.com/webtech/012000-1.shtml
-
Feb 16th, 2001, 01:13 AM
#6
Thread Starter
Member
Thanks Man!
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
|