<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog - The Architect's Log &#187; E-commerce</title>
	<atom:link href="http://www.netdrafter.com/blog/category/support/e-commerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netdrafter.com/blog</link>
	<description>Commentary from the Netdrafter Web Architects</description>
	<lastBuildDate>Wed, 10 Feb 2010 20:05:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>E-commerce Credit Card Testing</title>
		<link>http://www.netdrafter.com/blog/support/ecommerce-credit-card-testing/</link>
		<comments>http://www.netdrafter.com/blog/support/ecommerce-credit-card-testing/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 20:46:35 +0000</pubDate>
		<dc:creator>Lead Architect</dc:creator>
				<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Tips and Support]]></category>
		<category><![CDATA[credit card]]></category>

		<guid isPermaLink="false">http://www.netdrafter.com/blog/?p=181</guid>
		<description><![CDATA[If you are accepting credit card payments from your web site and need to test the transaction process, the credit card companies provide the following &#8220;test card numbers.&#8221;
Test Credit Card Numbers:
Visa: 4111-1111-1111-1111
MasterCard: 5431-1111-1111-1111
Amex: 341-1111-1111-1111
Discover: 6011-6011-6011-6611
Credit Card Prefix Numbers:
Visa: 13 or 16 numbers starting with 4
MasterCard: 16 numbers starting with 5
Discover: 16 numbers starting with 6011
AMEX: [...]]]></description>
			<content:encoded><![CDATA[<p>If you are accepting credit card payments from your web site and need to test the transaction process, the credit card companies provide the following &#8220;test card numbers.&#8221;</p>
<p><strong>Test Credit Card Numbers:</strong><br />
Visa: 4111-1111-1111-1111<br />
MasterCard: 5431-1111-1111-1111<br />
Amex: 341-1111-1111-1111<br />
Discover: 6011-6011-6011-6611</p>
<p><strong>Credit Card Prefix Numbers:</strong><br />
Visa: 13 or 16 numbers starting with 4<br />
MasterCard: 16 numbers starting with 5<br />
Discover: 16 numbers starting with 6011<br />
AMEX: 15 numbers starting with 34 or 37</p>
<p>Use these numbers instead of a real account number to avoid a possible security issue and of course, a possible charge to your real credit account!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netdrafter.com/blog/support/ecommerce-credit-card-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking Web Site Security</title>
		<link>http://www.netdrafter.com/blog/support/checking-web-site-security/</link>
		<comments>http://www.netdrafter.com/blog/support/checking-web-site-security/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 21:12:01 +0000</pubDate>
		<dc:creator>Lead Architect</dc:creator>
				<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Tips and Support]]></category>
		<category><![CDATA[browser security]]></category>
		<category><![CDATA[Secure Site Certificate]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[web site security]]></category>

		<guid isPermaLink="false">http://www.netdrafter.com/blog/?p=47</guid>
		<description><![CDATA[You should ALWAYS check a web site’s security before submitting sensitive information like credit card or social security numbers.  You may think that just because a business is large or well known that it is safe to purchase from their web site, but that is not true.  It all comes down to the [...]]]></description>
			<content:encoded><![CDATA[<p>You should ALWAYS check a web site’s security before submitting sensitive information like credit card or social security numbers.  You may think that just because a business is large or well known that it is safe to purchase from their web site, but that is not true.  It all comes down to the web site’s security certificate.  These certificates have to be renewed each year and even the best businesses sometimes mistakenly allow them to expire.  We’ve even come across businesses without any security at all that are collecting sensitive information!<span id="more-47"></span></p>
<p>A Secure Site Certificate, also known as Secure Sockets Layer (SSL) is the industry standard technology used to create an encrypted link between a web server and a browser.  This link protects the privacy of all data passed between the web server and a user’s browser.  When information is submitted from a user’s computer, through a web site, to a web server, there are often 20-30 hops that the data makes to get from point A to point B.  The data is vulnerable to interception at each of the hops unless it is secured by SSL.</p>
<p><strong>Checking Security in the Browser</strong></p>
<p>When a user connects to a web server location using SSL, the browser displays the following:</p>
<p>1.  the URL in the address bar changes from ‘http://’ to ‘https://’.  The “s” in the address indicates a secure connection and</p>
<p>2.  a “lock” icon at the bottom right side corner of the <i>browser</i> window.  (NOT an image in the web page, but an actual part of the browser program.) </p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td style="text-align: center;"><img src="http://www.netdrafter.com/images/blog/lock_explorer.jpg" border="0" alt="Internet Explorer Browser Lock" /><br />Internet Explorer Browser Lock</td>
<td style="text-align: center;"><img src="http://www.netdrafter.com/images/blog/lock_firefox.jpg" border="0" alt="Firefox Browser Lock" /><br />Firefox Browser Lock</td>
</tr>
</table>
<p>Once you notice the appearance of ‘https://’ of the lock icon, it is important to further investigate.  Double click on the lock icon and check to see that (1) the certificate is issued to the same web site you browsing and (2) that the certificate validity date has not passed.  Browsers often try to alert you to problems with a web site’s security (with a pop up window or on screen message), but lack of a warning is no guarantee that things are safe.</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td style="text-align: center;" valign="bottom"><a href="http://www.netdrafter.com/images/blog/certificate_explorer.jpg" target="new"><img src="http://www.netdrafter.com/images/blog/certificate_explorer.jpg" border="0" width="150" alt="Internet Explorer Browser Certificate" /><br /></a>Internet Explorer Browser Certificate</td>
<td style="text-align: center;" valign="bottom"><a href="http://www.netdrafter.com/images/blog/certificate_firefox.jpg" target="new"><img src="http://www.netdrafter.com/images/blog/certificate_firefox.jpg" border="0" width="150" alt="Firefox Browser Certificate" /></a><br />Firefox Browser Certificate</td>
</tr>
</table>
<p><br style="line-height: 20px;" /></p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td valign="top" width="165"><a href="http://www.netdrafter.com/images/blog/smarticon.jpg" target="new" hspace="3"><img src="http://www.netdrafter.com/images/blog/smarticon.jpg" border="0" width="150" align="left"></a></td>
<td valign="top">Additionally many SSL Certificate vendors (Verisign, GeoTrust, etc.) provide &#8220;site seals&#8221; that can be embedded and shown on web pages.  These seals usually have a dynamic date/time stamp or special code on them that you can use to further verify validity.  These seals are not enough alone to verify validity, but they often add to customer confidence when making online purchases.</td>
</tr>
</table>
<p>If your web site is taking payments or other sensitive data online, you need to be using this technology and you need to be sure that it is correctly installed and regularly renewed.  Netdrafter can help with this process.  <a href="mailto:info@netdrafter.com" title="Get Netdrafted!">Contact us</a> right away if you need help establishing a secure connection for your business web site or if you have questions about safely submitting your own information online.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netdrafter.com/blog/support/checking-web-site-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.422 seconds -->

