Results 1 to 18 of 18

Thread: Question about security

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2002
    Posts
    69

    Question about security

    Hi,

    I just have finished a site where user can buy stuff from our company's, but now I must add security for the payment (the credit card number for example). I think I need SSL to do it, but I have no idea on how to do it, so if anyone can direct me to somes sites where there examples or sites that explain how ssl work, that would be great .

    Thanks

  2. #2
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    your server has to have it installed or enabled and you have to buy a certificate.

    ssl is not difficult and you don't really need php to do anything with it.

    I wouldn't keep the cc # in anything on the site, let paypal or 2checkout or authorize.net do it. less hassle on your part.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2002
    Posts
    69
    Thanks,

    I will contact my web hoster to enable SSL (has they told me when I buy a package from them that it should support it).

    Prosys

  4. #4
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by phpman
    and you have to buy a certificate
    Just wondering (as I probably wont ever do it)...how much does this cost? Would you have to update it annually like a subscription? And what do you have to do to prove you're not scamming people?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  5. #5
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    I don't know the fine details but yes you have to update it once a year or so. and no it can't be a scam because your brwoser detects the certificate and lets you know if it is out of date or a incorrect certificate.

  6. #6
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    I meant that when you purchase the certificate, how do they know (the people that sell it to you), that your site is not scamming people and stealing credit card numbers?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  7. #7
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    you can't steal creditcard numbers just form a SSL site. well I suppose you could but the certificate doesn't have anything to do with it. you can still go to a https:// site without a certificate and do the samehting, but the user is pretty stupid if they didn't notice a certificate. you can check any SSL site in the browser.

    go here
    https://www.accountonline.com/View?d...teId=BKCD_WAMU

    and in mozilla go to View->page info and go to the security tab. tha twill tell you all you need to know if the certificate is valid and where it came from.

    i have never done it myself but the owner of the site I run does it so I don't see it.

  8. #8
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    You're still not answering the right question.

    How do the people that sell the certificates verify that the site is actually secure? There has to be something to 'secure' other than having a certificate.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  9. #9
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    The certificate doesn't tell people that your site is secure, it tells people that the site is what it claims to be, i.e. that no cracker somehow hijacked your IP and tries to lure people into giving out information.
    The certificate is akin to an ID card.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  10. #10
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    I still don't understand. So all a certificate does is tell people that the site is what it says it is?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  11. #11
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    Hobo, I know wha tyou are asking and I just can't think of the words to really tell you. that site I gave you lets you see the certificate so you can be the judge and jury on whether it is safe. see where teh certificate is authorized from and go there and see what they say.

    I just can't think of what to say on your question, sorry.

  12. #12
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629
    I know exactly what Hobo's thinking, because I wonder the same thing. He's basically asking how do the people who supply the certificate know if the buyer is legit or not? I don't really know how they would figure that out, and so I guess I could go buy a certificate and scam thousands of people because I'm just a kid that wants money from stupid people. I really thought it was quite simple to understand what he meant, but while I was reading this, no one knew.. or knows.
    Like Archer? Check out some Sterling Archer quotes.

  13. #13
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    well think of it this way.

    if you get a SSL certificate and you use it to demise users and get there CC# then prepare to get sued.

    go ahead and do what you want with the CC#'s. but I quote

    A single fraud incident can put a merchant out of business
    read here as it will answer your questions. like I said in the beginning.

    http://www.verisign.com/products/sit...28-bit.html#17

  14. #14
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Ok, I'll try it again.

    A certificate by itself doesn't mean that you are doing legal things or that you are in any way to be trusted. The certificate ensures two things:
    a) If your page claims to be that of company XYZ then it really is that of company XYZ. This allows the user to decide whether to trust company XYZ, instead of whether to trust a website that claims to be that of company XYZ. The certificate gives a trusted link between a website and its owner.
    b) Your page will not get hijacked. It is sometimes possible to redirect all requests to an IP to another IP, or the DNS server that stores your web address gets hacked and your entry changed so that all requests to www.xyz.com go not to your server but to some other. This server could then provide a mirror of your page and try to lure people into giving out information. But since your server has a certificate and the other not, the browser will warn people about that. People will know when they are on your page. The certificate guarantees that the page you're viewing is the one you think you're viewing.

    Fraud is possible. But it is stupid. The two things the certificate does guarantee that it is you who did the fraud, and you'd get sued to hell.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  15. #15
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    and besides all that that link explains that you have to have a business license and the gov'ts aggreement that you are legit.

  16. #16
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by phpman
    read here as it will answer your questions. like I said in the beginning.

    http://www.verisign.com/products/sit...28-bit.html#17
    No you didn't. Where?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  17. #17
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    Originally posted by phpman
    you can't steal creditcard numbers just form a SSL site. well I suppose you could but the certificate doesn't have anything to do with it. you can still go to a https:// site without a certificate and do the samehting, but the user is pretty stupid if they didn't notice a certificate. you can check any SSL site in the browser.

    go here
    https://www.accountonline.com/View?d...teId=BKCD_WAMU

    and in mozilla go to View->page info and go to the security tab. tha twill tell you all you need to know if the certificate is valid and where it came from.

    i have never done it myself but the owner of the site I run does it so I don't see it.
    if you would have done what I asked you to do you could find out all that info. I did it and found out where they bought that certificate and searched. just takes initiative

  18. #18
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    If I wanted to find the answer on my own, I wouldn't be asking questions here.
    My evil laugh has a squeak in it.

    kristopherwilson.com

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