<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: What data types should I use SSL to pass?</title>
	<link>http://ask.metafilter.com/60367/What-data-types-should-I-use-SSL-to-pass/</link>
	<description>Comments on Ask MetaFilter post What data types should I use SSL to pass?</description>
	<pubDate>Wed, 11 Apr 2007 01:38:59 -0800</pubDate>
	<lastBuildDate>Wed, 11 Apr 2007 01:38:59 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: What data types should I use SSL to pass?</title>
		<link>http://ask.metafilter.com/60367/What-data-types-should-I-use-SSL-to-pass</link>	
		<description>What&apos;s acceptable and best practice when it comes to passing data in on websites securely and non-securely?  I&apos;ve always presumed finanical information should be passed securely, whilst names and address were OK non-securely?  Am I right? &lt;br /&gt;&lt;br /&gt; I run an health condition community where people have to enter their names, addresses, DOBs etc.  One member asked to be removed as we weren&apos;t using SSL for their profile information.  I&apos;m (reasonably) happy that we aren&apos;t, but am I wrong?  And are there any published guidelines?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.60367</guid>
		<pubDate>Wed, 11 Apr 2007 01:10:23 -0800</pubDate>
		<dc:creator>Ulleskelf</dc:creator>
		
			<category>ssl</category>
		
			<category>privacy</category>
		
			<category>encryption</category>
		
			<category>data</category>
		
			<category>personalinformation</category>
		
			<category>web</category>
		
			<category>http</category>
		
			<category>https</category>
		
	</item> <item>
		<title>By: malevolent</title>
		<link>http://ask.metafilter.com/60367/What-data-types-should-I-use-SSL-to-pass#908736</link>	
		<description>You have to weigh the overall sensitivity of the information, and its potential for misuse, against the effort/expense required to implement encryption.&lt;br&gt;
&lt;br&gt;
The combination of name, address and DOB plus health details seems fairly sensitive to me, so I&apos;d perhaps want to go out of my way to reassure users as much as possible. That means not only applying SSL, but also putting extra thought into server &amp;amp; application security, and avoiding collecting or retaining unnecessary data (e.g. do you really need DOB, or would year of birth be sufficient?).&lt;br&gt;
&lt;br&gt;
If you don&apos;t use SSL then the data is vulnerable to being captured as it&apos;s transferred between the user&apos;s computer and the server, but in reality data more often leaks due to compromised servers and poor coding.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60367-908736</guid>
		<pubDate>Wed, 11 Apr 2007 01:38:59 -0800</pubDate>
		<dc:creator>malevolent</dc:creator>
	</item><item>
		<title>By: flabdablet</title>
		<link>http://ask.metafilter.com/60367/What-data-types-should-I-use-SSL-to-pass#908737</link>	
		<description>&lt;em&gt;Anything &lt;/em&gt;that anybody could reasonably hold to be private should be shipped via SSL.  Is there some good reason you&apos;re not already doing this?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60367-908737</guid>
		<pubDate>Wed, 11 Apr 2007 01:41:06 -0800</pubDate>
		<dc:creator>flabdablet</dc:creator>
	</item><item>
		<title>By: gimonca</title>
		<link>http://ask.metafilter.com/60367/What-data-types-should-I-use-SSL-to-pass#908816</link>	
		<description>You may want to consider &lt;a href=&quot;http://en.wikipedia.org/wiki/Cross_Site_Scripting&quot;&gt;XSS&lt;/a&gt; vulnerabilities as well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60367-908816</guid>
		<pubDate>Wed, 11 Apr 2007 05:42:21 -0800</pubDate>
		<dc:creator>gimonca</dc:creator>
	</item><item>
		<title>By: heresiarch</title>
		<link>http://ask.metafilter.com/60367/What-data-types-should-I-use-SSL-to-pass#908826</link>	
		<description>It seems to me if you&apos;ve already got the SSL overhead setup, it&apos;s not that hard to handle profile information through that channel as well. I would say, do it.&lt;br&gt;
&lt;br&gt;
(Also, Malevolent&apos;s points are good - SSL is only one small part of the security picture.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60367-908826</guid>
		<pubDate>Wed, 11 Apr 2007 05:52:57 -0800</pubDate>
		<dc:creator>heresiarch</dc:creator>
	</item><item>
		<title>By: plaidrabbit</title>
		<link>http://ask.metafilter.com/60367/What-data-types-should-I-use-SSL-to-pass#908834</link>	
		<description>If you are sending complete, unmodified personal information like that, you&apos;re better using SSL for EVERYTHING. However, if you&apos;re doing stuff like X&apos;ing the date and year of birth, or the first 5 digits of the SSN, or something, I&apos;d say you&apos;re fine.&lt;br&gt;
&lt;br&gt;
SSL encryption for a small website shouldn&apos;t take a lot of processing power (I think...someone may contradict me). You should probably get it working if you don&apos;t already - its a good investment, when you balance it against potential liability for data theft.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60367-908834</guid>
		<pubDate>Wed, 11 Apr 2007 05:59:54 -0800</pubDate>
		<dc:creator>plaidrabbit</dc:creator>
	</item><item>
		<title>By: ardgedee</title>
		<link>http://ask.metafilter.com/60367/What-data-types-should-I-use-SSL-to-pass#908838</link>	
		<description>Thirding or forthing malevolent &lt;small&gt;(eponysterical!)&lt;/small&gt;. It depends on what your &apos;etc.&apos; consists of, weighed against whether the person complaining is being oversensitive, or insecure about their physical condition and training regimen potentially being made public.&lt;br&gt;
&lt;br&gt;
Even if you&apos;re not trading privileged information, you may be trading information which could be aggregated and correlated with other innocuous-on-its-own information to allow an attacker to build profiles of victims. Name and DOB on their own are innocuous, but complete DOB is sometimes used as a confirming identifier for other transactions.&lt;br&gt;
&lt;br&gt;
For online exchanges of data, there are such things as too little security, and inappropriate application of security, but there&apos;s no such thing as too much security. I vote for buying a SSL cert and locking things down. If nothing else the improved security is a selling point to the membership.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60367-908838</guid>
		<pubDate>Wed, 11 Apr 2007 06:07:00 -0800</pubDate>
		<dc:creator>ardgedee</dc:creator>
	</item><item>
		<title>By: beerbajay</title>
		<link>http://ask.metafilter.com/60367/What-data-types-should-I-use-SSL-to-pass#909206</link>	
		<description>Use SSL. It&apos;s not difficult to implement and you should already be using it for usernames/passwords.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60367-909206</guid>
		<pubDate>Wed, 11 Apr 2007 10:13:23 -0800</pubDate>
		<dc:creator>beerbajay</dc:creator>
	</item><item>
		<title>By: tkolstee</title>
		<link>http://ask.metafilter.com/60367/What-data-types-should-I-use-SSL-to-pass#909207</link>	
		<description>From a google search for &quot;hipaa patient identifiers&quot; I came up with &lt;a href=&quot;http://research.hsc.unt.edu/HIPAA.html&quot;&gt;this&lt;/a&gt; site. Anybody with health-related data should protect the following:&lt;br&gt;
&lt;br&gt;
&#8226; Account Numbers 	&lt;br&gt;
&#8226; Name(s) of relative(s)&lt;br&gt;
&#8226; Biometric identifiers &lt;br&gt;
&#8226; Names &lt;br&gt;
&#8226; Certificate/License numbers 	&lt;br&gt;
&#8226; Medical Record Number&lt;br&gt;
&#8226; Dates 	&lt;br&gt;
&#8226; Photographs and comparable images&lt;br&gt;
&#8226; Device identifiers&lt;br&gt;
&#8226; Postal Address&lt;br&gt;
&#8226; Email addresses&lt;br&gt;
&#8226; Social Security Number&lt;br&gt;
&#8226; Fax numbers 	&lt;br&gt;
&#8226; Telephone numbers&lt;br&gt;
&#8226; Health Plan Numbers&lt;br&gt;
&#8226; Vehicle identifiers including license plate numbers&lt;br&gt;
&#8226; IP address numbers&lt;br&gt;
&#8226; Web URL&apos;s</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60367-909207</guid>
		<pubDate>Wed, 11 Apr 2007 10:14:09 -0800</pubDate>
		<dc:creator>tkolstee</dc:creator>
	</item><item>
		<title>By: Kadin2048</title>
		<link>http://ask.metafilter.com/60367/What-data-types-should-I-use-SSL-to-pass#909212</link>	
		<description>Name and address really should be secured as well. A potential thief or stalker could wreak a lot of havoc just with name and address (redirect/steal your mail, and that&apos;s just for starters), especially if you combine it with other identifiers like DOB or the last few digits of an SSN. (Mostly this is problematic because some places still stupidly use DOB+SSN digits as a shared secret for identification...) &lt;br&gt;
&lt;br&gt;
Anyway, I think as a general guideline, anything that&apos;s specifically tied to or identifying a real-world person, ought to go over SSL.&lt;br&gt;
&lt;br&gt;
Stuff that only identifies an online avatar (user profiles, other crap like that) doesn&apos;t need to be. But if you could use the info to go and find a real, living, breathing person out in the world, it&apos;s sensitive and should be encrypted.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60367-909212</guid>
		<pubDate>Wed, 11 Apr 2007 10:19:01 -0800</pubDate>
		<dc:creator>Kadin2048</dc:creator>
	</item>
	</channel>
</rss>
