Results 1 to 6 of 6

Thread: Site Security

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2001
    Location
    Alberton, Gauteng, South-Africa
    Posts
    48

    Question

    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!
    ;-)
    Jaco
    South-Africa

  2. #2
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281
    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?

  3. #3

    Thread Starter
    Member
    Join Date
    Jan 2001
    Location
    Alberton, Gauteng, South-Africa
    Posts
    48

    Question 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!
    ;-)
    Jaco
    South-Africa

  4. #4
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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.

  5. #5
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281
    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



  6. #6

    Thread Starter
    Member
    Join Date
    Jan 2001
    Location
    Alberton, Gauteng, South-Africa
    Posts
    48

    Talking Thanks Man!

    Thanks Man

    Cheers!
    ;-)
    Jaco
    South-Africa

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width