<?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>DoublePlus &#187; security</title>
	<atom:link href="http://www.doubleplus.com/tag/security/feed" rel="self" type="application/rss+xml" />
	<link>http://www.doubleplus.com</link>
	<description>Ecommerce for the Rest of Us</description>
	<lastBuildDate>Wed, 08 Sep 2010 16:00:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How Well Do You Protect Your Customers&#8217; Privacy?</title>
		<link>http://www.doubleplus.com/maintain-your-customers-privacy.html</link>
		<comments>http://www.doubleplus.com/maintain-your-customers-privacy.html#comments</comments>
		<pubDate>Sun, 09 May 2010 03:06:49 +0000</pubDate>
		<dc:creator>Susan Petracco</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PA-DSS]]></category>
		<category><![CDATA[PCI]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://www.doubleplus.com/?p=422</guid>
		<description><![CDATA[Internet users have always been wary of providing personal and financial information online, but as the web has grown, so has the number of transactions, as well as the number of sites seeking orders for products or services. Customers have grown more accustomed to providing their information to many kinds of businesses, but privacy concerns [...]]]></description>
			<content:encoded><![CDATA[<p>Internet users have always been wary of providing personal and financial information online, but as the web has grown, so has the number of transactions, as well as the number of sites seeking orders for products or services. Customers have grown more accustomed to providing their information to many kinds of businesses, but privacy concerns continue to grow. In the wake of the recent concerns about privacy on Facebook, I wanted to focus on the privacy of e-commerce site customers as well.</p>

<span id="more-422"></span>

<img src="http://www.doubleplus.com/wp-content/facelessshopper.jpg" alt="Faceless Shopper" title="Faceless Shopper" width="220" height="219" class="alignleft size-full wp-image-439" />

<p>The last thing your business can afford is public recognition of lapses in privacy and security. But the concerns go far beyond customer perception as well. The emergence and growth of <a href="http://en.wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard">PCI Compliance</a> puts a serious legal and financial burden on companies of all sizes to protect their customers' credit cards and other financial information in an effort to prevent fraud.</p>

<p>If you haven't performed a recent review of your practices relating to both privacy and security, now is a good time. And if you've never really given it much thought, please keep reading and then develop your own plan to maintain your customer's valuable information.</p>

<h2>The First Step: An SSL Certificate</h2>

<img src="http://www.doubleplus.com/wp-content/ssl1.jpg" alt="SSL Certificate" title="SSL Certificate" width="250" height="168" class="alignright size-full wp-image-435" />

<p>An SSL certificate is essential to protect sensitive information as it is transmitted over the internet, such as when a form containing personal or financial information is submitted by a customer. SSL Certificates can be purchased from a number of providers, including Verisign, GeoTrust, Comodo, and many others. The SSL certificate is engaged when the web site is accessed with a URL beginning with "https" instead of "http", encrypting both the request (submission of the form or requesting a web page via a URL) and response (the information that is sent back to the browser).</p>

<p>All sensitive information should be collected and presented on pages served over HTTPS using the SSL certificate. Customers often look to the "lock icon" in the corner of their browser window to ensure that a page asking for this information is secure.</p>

<h2>Credit Card Information</h2>
<p>The best thing you can do to protect customer's credit card information is to NEVER store it in the first place. If your website uses a real-time payment gateway such as Authorize.net or Payflow, the customer's credit card is passed through to the gateway, and charged or authorized for the sale, and typically doesn't need to be stored on your server at all. Instead, reference or transaction numbers are stored in your system so that transactions can be reviewed and pre-authorizations can be captured. If your site or database gets compromised, there are no raw credit card numbers and expiration dates that can be stolen.</p>

<img src="http://www.doubleplus.com/wp-content/creditcards.jpg" alt="Credit cards" title="Credit cards" width="250" height="150" class="alignleft size-full wp-image-433" />

<p>If you can't use a real-time gateway for any reason, make sure you download the payment data over a secure connection (https over a browser, or sFTP instead or regular FTP). Then delete it from your web server as quickly as possible, as well as removing it from your local systems, once the payment has been processed. If you make efforts to delete the data regularly, then a breach of your web site will expose as few credit card numbers as possible (those that have been provided since you last deleted data).</p>

<p>The one thing you should never store in any capacity is the CVV number, also known by other acronyms including CVC, CVV2, and CID. This is the 3- or 4-digit number on the front or back of credit cards, separate from the actual credit card number, that is not embossed or raised and therefore doesn't show up on a credit card imprint. Credit card companies such as VISA and MasterCard pose significant fines on merchants who violate the mandate to not store the CVV code, even if a breach has not occurred. You may also lose the ability to process credit card transactions in the future.</p>

<h2>Customer Names and Addresses</h2>

<p>Although not as fraught with concerns as issues with payment data, protecting customers identifying information, especially their home address, is still of ultimate importance. Customers often don't want other people finding out their full names or their home address, or even their employer, due to concerns about identity theft. (The more information a potential identity thief collects, the more likely he can impersonate the victim).</p>

<p>All pages that refer to a customer's account, full name, and address should be served over HTTPs, so that the SSL certificate encrypts the data being transmitted. Other pages such as order history are also recommended for SSL protection, especially if your products are sensitive - think medical supplies, prescriptions, adult items, etc.</p>

<p>You should also test your site's account creation, log-in, and forgotten password functions. Make sure there are no security holes in these processes.</p>

<h2>Think Carefully about Open-Source Software</h2>

<p>Open-source shopping carts are growing in popularity, due to the low cost (often free) and the typically large developer/user communities surrounding them. However, in the case of software whose source code is available to the public, it's often much easier for hackers to find and exploit holes. WordPress, arguably the most widely-used blogging platform, has had to issue numerous updates to patch security holes and bugs that were found by hackers. Shopping cart software is no less prone to problems, and the results of losing customers' credit card numbers can be much worse than having your blog replaced by a defaced page (porn or not!)</p>

<p>Additionally, open-source software is often not subjected to the same compliance issues as software that is funded by sales instead of being free. For example, even Magento's Community Version, the current golden child of the open-source shopping cart market, won't be <a href="http://en.wikipedia.org/wiki/PA-DSS">PA-DSS compliant</a>...so unless you purchase the Enterprise Edition (which is not free!) you won't meet this required standard.</p>

<h2>Shared Information</h2>
<p>Another area of your site to review includes searchable areas like gift registries, wishlists, and other kinds of customer lists (such as those Amazon allows customers to create and share). For example, when a person searches your gift registry, does your site return too much information about matching records? If you display first and last name, city, and state, it could be too much information to maintain customers' privacy. Limit the information to as little as possible, while still allowing gift shoppers to recognize the person they are shopping for.</p>

<h2>Limit Employee Access</h2>
<p>You should also limit your employee's access to customer and payment information only to those people who need to access it to perform their jobs. Employees come and go, sometimes under contentious circumstances. When an employee leaves the company, delete his or her account or change its password so that the former employee can no longer access the information. Also, encourage (or enforce) employees to use strong passwords and to periodically change them to protect their accounts from unauthorized access.</p>

<p>Many shopping carts and accounting systems allow you to configure user accounts to access only certain parts of the application. Often, you can allow your web developers, customer service representatives, and other employees to access the necessary parts of your system without giving them access to customer records and payment details.</p>

<h2>Application Integration and Data Sharing</h2>

<img src="http://www.doubleplus.com/wp-content/data.jpg" alt="Data Sharing" title="Data Sharing" width="250" height="188" class="alignright size-full wp-image-437" /><p>When sharing data between your cart and other applications (such as accounting systems, CRM systems, even a mailing list application), don't transfer more data than necessary. Your mailing list doesn't need the customer's credit card information - not even the last four digits. So why bother? If it's not needed, don't keep it there. Don't download data you don't need into Excel and keep it on your hard drive either. And be very careful to make sure you don't email credit card information to anyone! It's surprising how many retailers and developers aren't conditioned or informed about the risks of emailing sensitive data.</p>

<h2>Review Your Database</h2>

<p>Look at how your shopping cart stores customer records and allows forgotten passwords to be retrieved. Are your customers' passwords encrypted before being stored in your database? Are passwords mailed in plain-text, where anyone with a packet sniffer can intercept them? Or do you email the customer a password reset link sent instead? Can site administrators see the old password or just reset it to a new one?</p>

<h2>Communicate the Good</h2>
<p>Finally, it's also good to spell out the details of how you maintain customer privacy in a detailed Privacy Policy on your site. Most sites link to their privacy policy from their footer. But also consider hitting the highlights in a few bullet points in a more conspicuous place, perhaps on the view cart page, or the page where customers enter their credit card number. Add a "View our Complete Privacy Policy" link below it for customers who want to read all the nitty-gritty details.</p>

<p>The larger and more visible your company grows, the more important it becomes for you to deal with these issues BEFORE you a breach occurs. When it makes sense financially to do so, consider online services such as McAfee Secure or ControlScan, and later, consider hiring a company that specializes in website and computer security services. The peace of mind, and lack of future problems, will likely make it worth every penny.</p><!--more-->

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.doubleplus.com/maintain-your-customers-privacy.html&amp;title=How+Well+Do+You+Protect+Your+Customers%27+Privacy%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.doubleplus.com/maintain-your-customers-privacy.html&amp;title=How+Well+Do+You+Protect+Your+Customers%27+Privacy%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.doubleplus.com/maintain-your-customers-privacy.html&amp;title=How+Well+Do+You+Protect+Your+Customers%27+Privacy%3F" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+Well+Do+You+Protect+Your+Customers%27+Privacy%3F+-+http://tinyurl.com/29uuvnh+%28via+%40spetracco%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.doubleplus.com/maintain-your-customers-privacy.html&amp;submitHeadline=How+Well+Do+You+Protect+Your+Customers%27+Privacy%3F&amp;submitSummary=Internet%20users%20have%20always%20been%20wary%20of%20providing%20personal%20and%20financial%20information%20online%2C%20but%20as%20the%20web%20has%20grown%2C%20so%20has%20the%20number%20of%20transactions%2C%20as%20well%20as%20the%20number%20of%20sites%20seeking%20orders%20for%20products%20or%20services.%20Customers%20have%20grown%20more%20accustomed%20to%20providing%20their%20information%20to%20man&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.doubleplus.com/maintain-your-customers-privacy.html&amp;t=How+Well+Do+You+Protect+Your+Customers%27+Privacy%3F" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.doubleplus.com/maintain-your-customers-privacy.html&amp;title=How+Well+Do+You+Protect+Your+Customers%27+Privacy%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.doubleplus.com/maintain-your-customers-privacy.html" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.doubleplus.com/maintain-your-customers-privacy.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>8 Ways to Increase Your Ecommerce Site&#8217;s Credibility</title>
		<link>http://www.doubleplus.com/ecommerce-credibility.html</link>
		<comments>http://www.doubleplus.com/ecommerce-credibility.html#comments</comments>
		<pubDate>Wed, 08 Apr 2009 02:06:32 +0000</pubDate>
		<dc:creator>Susan Petracco</dc:creator>
				<category><![CDATA[Site Design]]></category>
		<category><![CDATA[credibility]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[trust]]></category>

		<guid isPermaLink="false">http://www.doubleplus.com/?p=99</guid>
		<description><![CDATA[On the web, transparency often equals trust. This is a world where credit cards are often used for fraud, where dollars are lost every day, and where identities are stolen. Smart shoppers are wary shoppers, and they don't want to do business with faceless entities online. They want to know who's behind the company they [...]]]></description>
			<content:encoded><![CDATA[On the web, transparency often equals trust. This is a world where credit cards are often used for fraud, where dollars are lost every day, and where identities are stolen. Smart shoppers are wary shoppers, and they don't want to do business with faceless entities online. They want to know who's behind the company they purchase from. Here are eight ways to increase your transparency online. Follow these tips, and you'll increase the level of trust that your customers have in your business.

<span id="more-99"></span>
<ol>
	<li><strong>Be Transparent </strong>- In a medium as anonymous as the Internet, the concept of transparency means being clear about who you are and your motives and goals. Transparency is especially important on ecommerce sites. Customers want to know that the people behind the site are honest and trustworthy, not someone who's using the site as a front for fraud. One way to do this is on your "About" page. Identify the person or people behind the business, including a brief background as it pertains to the business (education, career, etc). A picture is a great benefit, because visually-oriented customers can develop a sense of the people they are doing business and communicating with. Video is even better!

<div id="attachment_100" class="wp-caption alignnone" style="width: 469px"><a href="http://www.melissaanddoug.com"><img class="size-full wp-image-100" title="aboutphotos" src="http://www.doubleplus.com/wp-content/aboutphotos.gif" alt="About Page from Melissa and Doug" width="459" height="334" /></a><p class="wp-caption-text">About Page from Melissa and Doug</p></div></li>
	<li><strong>Start a Blog</strong> - Publishing a blog takes commitment, but it's a great way to show your business personality to customers, and to show them that behind the site is a living, breathing business. Frequently-updated content also shows commitment, a kind of "TLC" to your audience. Allow comments, too, so that you can start a conversation back-and-forth with readers of the blog.</li>
	<li><strong>Use a dedicated SSL certificate -</strong> They are relatively inexpensive and typically require very little work on your part. When customers see your site go from http://www.yoursite.com to https://site12345.somelargehost.com/yoursite/whatever during checkout, it can be disconcerting. On a related note, make sure that your checkout pages don't include content that is not loaded securely, because a warning message will appear.

<div id="attachment_105" class="wp-caption alignnone" style="width: 347px"><img class="size-full wp-image-105" title="securewarning" src="http://www.doubleplus.com/wp-content/securewarning.gif" alt="Avoid Security Warnings" width="337" height="155" /><p class="wp-caption-text">Avoid Security Warnings</p></div></li>
	<li><strong>Use Security Badges</strong> - Demonstrate security with standard graphics that customers have come to expected. Credit card icons show that you have taken the time to select and integrate true payment-processing into your site, instead of relying solely on Paypal or checks by mail. Many SSL certificate providers offer badges that customers can click to confirm that the site uses standard encryption. Take that a step further by signing up for McAfee or Controlscan, which also offer site testing measures. Traditional businesses often display Better Business Bureau window stickers or Chamber of Commerce plaques; there are equivalent BBB and Chamber images that accomplish the same thing on ecommerce sites.

<div id="attachment_106" class="wp-caption alignnone" style="width: 471px"><a href="http://www.newegg.com"><img class="size-full wp-image-106" title="badges2" src="http://www.doubleplus.com/wp-content/badges2.gif" alt="Credibility Badges from Newegg.com" width="461" height="64" /></a><p class="wp-caption-text">Credibility Badges from Newegg.com</p></div></li>
	<li><strong>Phone, Email, Live Chat</strong> - Make it easy for customers to contact you using a variety of methods. Publish a phone number - a toll-free one if possible - in a prominent location on all pages, and try to answer calls during business hours. If you can't always answer it, return voice messages quickly. Use a live chat service for customers who don't want to interrupt their surfing to look for a phone, or offer contact forms on every page that are quickly answered by email.

<div id="attachment_107" class="wp-caption alignnone" style="width: 298px"><a href="http://www.crutchfield.com"><img class="size-full wp-image-107" title="contact" src="http://www.doubleplus.com/wp-content/contact.gif" alt="Crutchfield offers a variety of contact methods" width="288" height="62" /></a><p class="wp-caption-text">Crutchfield offers a variety of contact methods</p></div></li>
	<li><strong>Display Customer Testimonials</strong> - Gather customer testimonials and publish them on your website. While it's ok to ask customers for testimonials, don't make them up; people can spot fakes pretty easily. Offer a single testimonial on your homepage, and link to a page of additional testimonials.

<div id="attachment_108" class="wp-caption alignnone" style="width: 164px"><a href="http://www.idwholesaler.com"><img class="size-full wp-image-108" title="testimonials" src="http://www.doubleplus.com/wp-content/testimonials.gif" alt="IDWholesaler.com shows one testimonial on their Homepage" width="154" height="117" /></a><p class="wp-caption-text">IDWholesaler.com shows one testimonial on their Homepage</p></div></li>
	<li><strong>Publish Store Policies</strong> - Publish your policies and link to them from your sitewide footer and within your help section. At a minimum, you should publish:
<ul>
	<li>a privacy policy covering customers' personal and financial information</li>
	<li>a return policy outlining what products can be returned and what the process is</li>
	<li>shipping policies that describe what carriers you use, what the lead or fulfillment time is, and whether you guarantee shipping delivery dates</li>
</ul>
</li>
	<li><strong>After The Sale</strong> - Follow up on your promises and thank your customer for their business. A customer's first order with your store solidifies (or demolishes) any credibility created on your actual ecommerce site. Offers customers a fair price and a good shopping experience, and many will return. When you make a mistake: Explain, apologize, and offer to make amends.</li>
</ol>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.doubleplus.com/ecommerce-credibility.html&amp;title=8+Ways+to+Increase+Your+Ecommerce+Site%27s+Credibility+" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.doubleplus.com/ecommerce-credibility.html&amp;title=8+Ways+to+Increase+Your+Ecommerce+Site%27s+Credibility+" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.doubleplus.com/ecommerce-credibility.html&amp;title=8+Ways+to+Increase+Your+Ecommerce+Site%27s+Credibility+" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=8+Ways+to+Increase+Your+Ecommerce+Site%27s+Credibility++-+http://tinyurl.com/dfvmdb+%28via+%40spetracco%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.doubleplus.com/ecommerce-credibility.html&amp;submitHeadline=8+Ways+to+Increase+Your+Ecommerce+Site%27s+Credibility+&amp;submitSummary=On%20the%20web%2C%20transparency%20often%20equals%20trust.%20This%20is%20a%20world%20where%20credit%20cards%20are%20often%20used%20for%20fraud%2C%20where%20dollars%20are%20lost%20every%20day%2C%20and%20where%20identities%20are%20stolen.%20Smart%20shoppers%20are%20wary%20shoppers%2C%20and%20they%20don%27t%20want%20to%20do%20business%20with%20faceless%20entities%20online.%20They%20want%20to%20know%20who%27s%20beh&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.doubleplus.com/ecommerce-credibility.html&amp;t=8+Ways+to+Increase+Your+Ecommerce+Site%27s+Credibility+" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.doubleplus.com/ecommerce-credibility.html&amp;title=8+Ways+to+Increase+Your+Ecommerce+Site%27s+Credibility+" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.doubleplus.com/ecommerce-credibility.html" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.doubleplus.com/ecommerce-credibility.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
