Anchorman
Sat Dec 20 05:54:10 CST 2003
Wow, I never thought of doing what you suggeseted, "pointing your browser at
a URL for the database and downloading it". I tried that with my web site,
and IT LET ME!! I've browsed around IIS to see how I can prevent this, but
I can't find a setting that I can change. How do I prevent the downloading
of the database?
Thanks,
Jesse
"Peter Foti" <peterf@systolicNOSPAMnetworks.com> wrote in message
news:vu6kc52hc8id6c@corp.supernews.com...
> "Anchorman" <JesseN0SPAM@davinci-mims.com> wrote in message
> news:uHmKPDmxDHA.2304@TK2MSFTNGP12.phx.gbl...
> > I have no idea where to start on this. We have a need to allow our
users
> to
> > enter Credit Card #'s on a web page, so we need a secure page (have the
> > little lock at the bottom of the browser) in order to do this.
>
> Presumably, these credit card numbers are being stored in a database? You
> should take steps to make sure your database is secure as well (that is, a
> user couldn't point his/her browser at a URL for the database and download
> it). In addition, you should look into encrypting the credit card info
> before storing it in the database. Check out ASPEncrypt
> (www.aspencrypt.com) for encrypting/decrypting credit card data. They
have
> some good examples under the Tasks, including encrypting credit card info.
>
> >
> > 1) What is this called? (I've heard the term SSL (Secure Socket Layer)
> > tossed around, I don't know if this is the same or something different).
>
> SSL is correct. You can tell when you're using SSL by the protocol in the
> URL as well... it will be "https://" vs. "
http://" (note the 's').
>
> > 2) If I need a certificate of some sort for our server, how do I get it?
>
> You need to purchase a certificate, or often times your host will have one
> that you can use. However, using the hosts certificate will typically
mean
> that the URL to the secure pages will be something like this:
>
> https://secure.myhost.com/mydomain/mysecurepage.htm
>
> vs. having your own certificate where your URL would probably look more
like
> this:
>
> https://www.mydomain.com/mysecurepage.htm
>
> Some customers may be turned off if they have to leave your domain. You
can
> purchase your own certificate from Thawte (www.thawte.com) or Verisign
> (though Verisign is a bit of a rip off, in my opinion). Once you have the
> certificate, your host will need to install it on the server. You should
> contact the host in advance though to let them know you're going to be
doing
> this. You can find more documentation on the the Thawte and Verisign
> websites.
>
> Regards,
> Peter Foti
>
>