<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

 <title>Dave Dash</title>
 <link href="http://davedash.com/tag/security/atom.xml" rel="self"/>
 <link href="http://davedash.com/tag/security"/>
 <updated>2012-04-07T22:42:44-07:00</updated>
 <id>http://davedash.com/</id>
 <author>
   <name>Dave Dash</name>
   <email>dd+atom1@davedash.com</email>
 </author>

 
 <entry>
   <title>Data Anonymous</title>
   <link href="http://davedash.com/2011/03/02/data-anonymous/"/>
   <updated>2011-03-02T00:00:00-08:00</updated>
   <id>http://davedash.com/2011/03/02/data-anonymous</id>
   <content type="html">&lt;p&gt;I wrote a simple database &lt;a href=&quot;https://github.com/davedash/mysql-anonymous&quot;&gt;scrubber script&lt;/a&gt;.  It takes a &lt;code&gt;yaml&lt;/code&gt; file that
describes what scrubbing needs doing and then outputs &lt;code&gt;sql&lt;/code&gt; that you can send
to &lt;code&gt;mysql&lt;/code&gt;.  It's dreadfully simple and I'd like to see if others can make use
of it.&lt;/p&gt;

&lt;p&gt;At Mozilla we have a lot of contributors and would like them to have access to
realistic data since many of our bugs are based on certain states within the
data.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Dear Banks, Stop Encouraging Bad Security</title>
   <link href="http://davedash.com/2008/12/16/dear-banks-stop-encouraging-bad-security/"/>
   <updated>2008-12-16T00:00:00-08:00</updated>
   <id>http://davedash.com/2008/12/16/dear-banks-stop-encouraging-bad-security</id>
   <content type="html">&lt;p&gt;I use an online personal finance site that connects to all my financial accounts and aggregates my transaction history.  I love it, it's very useful, and it keeps me financially organized.&lt;/p&gt;

&lt;p&gt;The part that annoys me is that most of these personal finance sites require you to supply your username and password for all your bank accounts.  For some banks it also requires your social security number, the last five people you've slept with, your home town, your favorite color, etc, etc.  Basically all the pesky sign in questions your bank might ask you when you log in.&lt;/p&gt;

&lt;p&gt;This is a cruel necessity for companies like &lt;a href=&quot;http://geezeo.com/&quot;&gt;Geezeo&lt;/a&gt;, &lt;a href=&quot;http://mint.com/&quot;&gt;Mint&lt;/a&gt;, Ameriprise and Quicken Online in order to provide this aggregation service and a scary proposition for people like us who use these services.  You're giving full unfettered access to companies you may not have ever heard of to all your finances.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Security questions, and personalized security questions are the wrong way to fix bank security.&lt;/strong&gt;&lt;/p&gt;

&lt;!--more--&gt;


&lt;p&gt;People want online personal finance sites.  They want all their data in a single place without having to jump through a bazillion hoops for each and every 401K, savings account, checking account, online stock trading system and mortgage account.  They will gladly sacrifice security for a chance to better their financial management capabilities.&lt;/p&gt;

&lt;p&gt;Banks need to create APIs so third-party software can access transaction data.  The authentication for this should be secure, limited and revokable.  Meaning, I may authorize &lt;a href=&quot;http://mint.com/&quot;&gt;Mint&lt;/a&gt; to see my Bank of America account, but at any time I can log on to BoA and deny Mint's ability to see my transaction data.  OAuth may be one mechanism to achieve this.&lt;/p&gt;

&lt;p&gt;This will achieve a few things:
* People won't give out their passwords online to anybody but their bank.
* Getting data into these aggregating sites will be reliable and secure.
* At any time you can see who has access to your transaction data and revoke it.&lt;/p&gt;

&lt;p&gt;Please banks, do your part to keep the internet secure.  &lt;a href=&quot;http://mint.com/&quot;&gt;Mint&lt;/a&gt;, &lt;a href=&quot;http://geezeo.com/&quot;&gt;Geezeo&lt;/a&gt; and anybody else, please do your part of turning up the pressure on financial institutions and when the time comes... please start using these APIs.&lt;/p&gt;
</content>
 </entry>
 

</feed>

