<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017989" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017989</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/secure-forms#comment-1107777</link>
    <description> &lt;p&gt;You might consider using a secure server, ENCRYPTING the CC data they enter before it gets emailed to you, and then decrypting it from a program on your computer. Because the private key will be only on your server and computer, it will make it very difficult to crack.&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 Apr 2002 23:07:52 +0000</pubDate>
 <dc:creator>Brian Farkas</dc:creator>
 <guid isPermaLink="false">comment 1107777 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/secure-forms#comment-1107743</link>
    <description> &lt;p&gt;Why are you wanting to collect credit card information if you are not going to process it? The downfall with collecting information which is then just emailed to you is that the email is not secure!&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 Apr 2002 07:18:17 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1107743 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/secure-forms#comment-1107735</link>
    <description> &lt;p&gt;no. it&#039;s not. because a basic form script doesn&#039;t test the input robustly from the user.  If you don&#039;t know how to do this, then have someone do it for you. Taking chances here will ultimately harm you and your customers.&lt;/p&gt;
&lt;p&gt;For more information, I recommend you post in the Server-Side Scripting forum about how to make a cgi/perl form check for bad data.&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 Apr 2002 03:49:01 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1107735 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/secure-forms#comment-1107734</link>
    <description> &lt;p&gt;It will be put on a secure server. I guess I am confused as to what cgi/perl code to use. If I put a basic form script on a secure server is it secure?&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 Apr 2002 03:40:08 +0000</pubDate>
 <dc:creator>rosco</dc:creator>
 <guid isPermaLink="false">comment 1107734 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/secure-forms#comment-1107733</link>
    <description> &lt;p&gt;You are endangering your customers. You should, at the very least, pass the information through secured email as well on a secure server (with a digital certificate). No less is required for safe data transfer.&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 Apr 2002 03:35:04 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1107733 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/secure-forms#comment-1107732</link>
    <description> &lt;p&gt;The form will be accessed through email. There is no credit card processing. Its basically a email form that is secured.&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 Apr 2002 03:27:02 +0000</pubDate>
 <dc:creator>rosco</dc:creator>
 <guid isPermaLink="false">comment 1107732 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/secure-forms#comment-1107731</link>
    <description> &lt;p&gt;*sigh* there is so much more involved. Do you have a merchant account? How are you processing these credit cards? How are you transferring the information (stored on the server = bad, regular email = bad)? Do you have a secure server? Have you secured the form? Are you using a processor, or a shopping cart, or what?&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 Apr 2002 03:22:23 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1107731 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/secure-forms#comment-1107730</link>
    <description> &lt;p&gt;Basically I just want a cgi/perl script for a simple order form that asks for a credit card number. Do you know of a script that I can use?&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 Apr 2002 03:06:02 +0000</pubDate>
 <dc:creator>rosco</dc:creator>
 <guid isPermaLink="false">comment 1107730 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/secure-forms#comment-1107719</link>
    <description> &lt;p&gt;You really need to make sure the form has some sort of testing of the strings that are passed through it to prevent that sort of thing -- depending on the language you are using, there are different ways, but they are all basically using some sort of regular expression to test the value.&lt;/p&gt;
&lt;p&gt;In addition, it&#039;s usually helpful to use client-side validation of the data as well to help the user enter the right data (assuming non-malicious intent).&lt;/p&gt;
&lt;p&gt;Then, make sure the form can only be processed from a particular page or server, so people cannot copy the page to their hard drive and sent malicious data from there.&lt;/p&gt;
&lt;p&gt;I&#039;m sure there are more tricks and tips, but that&#039;s what comes to mind off the top of my head. &lt;/p&gt;
&lt;p&gt;If I know more about what you are doing, I can perhaps offer more advice.&lt;/p&gt;
 </description>
     <pubDate>Thu, 25 Apr 2002 23:34:26 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1107719 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/secure-forms#comment-1107718</link>
    <description> &lt;p&gt;Well, no. It depends on what you are trying to do. All a secure server does is make sure no one catches the data from the client to the server. It doesn&#039;t do a thing for malicious hacking that people do by entering say, a script, into a text area in your form.&lt;/p&gt;
 </description>
     <pubDate>Thu, 25 Apr 2002 23:31:12 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1107718 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
