Forums

This topic is locked

Secure Payments Page

Posted 13 Sep 2001 13:40:36
1
has voted
13 Sep 2001 13:40:36 leon mumford posted:
Building an e-commerce site using UD 4. Also using powerclimb cart. Do not understand how I can make payment info in form which then writes to payments table secure. (even with authorizenet and cybercash server behaviours) Anyone know where i could find help or tutorials?

Leon Mumford (UK)

Replies

Replied 13 Sep 2001 23:34:27
13 Sep 2001 23:34:27 Joel Martinez replied:
well, "secure" is really a broad term... other than having the regular site security (using sessions and whatnot), the most common way of doing this is using SSL to protect those directories that handle the sensitive information... you may want to talk to your webhost about that one.

but think about this (assuming you're using SQL Server or something), unless the DB server is on the same box as the web server... that connection is not "Secure" so even though the form post is safe, the backend connection to the database is not. But that's actually getting a bit radical... even the idea that someone is watching the bytes across the network, and then parsing them into something intelligible is a bit radical, but people do need to feel secure.

Joel Martinez [ ]
----------
set rs = conn.execute("SELECT answer FROM brain WHERE question = "& forumPost &"
'2nd place is just 1st Loser
E-Commerce Concepts with Ultradev...pre-order yours at
www.basic-ultradev.com/ecomm_concepts/

Reply to this topic