<?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>Indistinguishable from Jesse &#187; Cryptography</title>
	<atom:link href="http://www.squarefree.com/categories/cryptography/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.squarefree.com</link>
	<description>Jesse Ruderman on Firefox, security, and more</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:32:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Banks and https</title>
		<link>http://www.squarefree.com/2005/05/28/banks-and-https/</link>
		<comments>http://www.squarefree.com/2005/05/28/banks-and-https/#comments</comments>
		<pubDate>Sun, 29 May 2005 01:06:23 +0000</pubDate>
		<dc:creator>Jesse Ruderman</dc:creator>
				<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[User Interfaces]]></category>

		<guid isPermaLink="false">http://www.squarefree.com/?p=264</guid>
		<description><![CDATA[Here's what happens when you go to the web pages of some large US banks, and what happens when you try changing the homepage URL from "http" to "https" or vice versa. Bank http https Bank One Insecure login form. Works. Wells Fargo Insecure login form. Works. Wachovia Insecure login form. Works. Bank of America [...]]]></description>
			<content:encoded><![CDATA[<p>Here's what happens when you go to the web pages of some large US banks, and what happens when you try changing the homepage URL from "http" to "https" or vice versa.</p>

<table border="1">
<thead>
<tr>
 <th>Bank</th>
 <th>http</th>
 <th>https</th>
</tr>
</thead>
<tbody>
<tr>
 <td><a href="http://www.bankone.com/">Bank One</a></td>
 <td>Insecure login form.</td>
 <td>Works.</td>
</tr>
<tr> 
 <td><a href="http://www.wellsfargo.com/">Wells Fargo</a></td>
 <td>Insecure login form.</td>
 <td>Works.</td>
</tr>
<tr>
 <td><a href="http://www.wachovia.com/">Wachovia</a></td>
 <td>Insecure login form.</td>
 <td>Works.</td>
</tr>
<tr> 
 <td><a href="http://www.bankofamerica.com/">Bank of America</a></td>
 <td>Insecure login form.</td>
 <td>Redirects to http.</td>
</tr>
<tr> 
 <td><a href="http://www.wamu.com/">Washington Mutual</a></td>
 <td>Insecure login form.</td>
 <td>Redirects to http.</td>
</tr>
<tr> 
 <td><a href="http://www.usbank.com/">US Bank</a></td>
 <td>Insecure login form.</td>
 <td>Error: Connection closed.</td>
</tr>
<tr> 
 <td><a href="http://www.citibank.com/us/">Citibank</a></td>
 <td>Link to secure login form at "web.da-us.citibank.com".</td>
 <td>Error: 404.</td>
</tr>
<tr>
 <td><a href="http://www.us.hsbc.com/">HSBC</a></td>
 <td>Link to secure login form at "www.ebank.us.hsbc.com".</td>
 <td>Certificate hostname mismatch.</td>
</tr>
<tr>
 <td><a href="https://www.suntrust.com/">Suntrust</a></td>
 <td>Redirects to https.</td>
 <td>Works.</td>
</tr>
</tbody>
</table>

<p>Most of these banks make <a href="http://blogs.msdn.com/ie/archive/2005/04/20/410240.aspx">Critical SSL/TLS Mistake #1</a>, having the login form be http and only submit to https.  This protects against passive attacks, but does not protect against man-in-the-middle attacks.  An attacker who can mount a passive attack can usually mount a man-in-the-middle attack with only a little more work, so these banks are barely more secure than sites that do not use https at all.</p>

<p>Of the banks that use https login forms at all, many make two smaller mistakes: their main page is http, which invites http links and bookmarks, and their login forms have long hostnames like "web.da-us.citibank.com", which are harder for users to verify than e.g. "www.citibank.com" or "citibank.com".</p>

<p>Many of the largest targets for financial fraud in the US are only defending themselves against passive attacks. Do they believe authenticated encryption isn't important in the US?  Aren't these the same banks that blackmailed Mozilla developers into adding two of its most-hated features, "autocomplete=off" and "Cache-Control: no-store", claiming that any browser without these features was not secure enough for use on their sites?  Banks in the US are heavily regulated, so why aren't they mandated to use https correctly?</p>

<p>Users either don't look for the lock icon at all, or can be tricked by the combination of a lock image and a statement in the page like "<a href="http://www.bankofamerica.com/signin/security_details_popup.cfm">The moment you click Sign In and before your ID and passcode leave your computer, we encrypt them using Secure Sockets Layer (SSL) technology.</a>" Why is that? What can be done? What should be done?</p>]]></content:encoded>
			<wfw:commentRss>http://www.squarefree.com/2005/05/28/banks-and-https/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>New JavaScript cryptogram helper</title>
		<link>http://www.squarefree.com/2005/01/13/new-javascript-cryptogram-helper/</link>
		<comments>http://www.squarefree.com/2005/01/13/new-javascript-cryptogram-helper/#comments</comments>
		<pubDate>Thu, 13 Jan 2005 12:55:07 +0000</pubDate>
		<dc:creator>Jesse Ruderman</dc:creator>
				<category><![CDATA[Cryptography]]></category>

		<guid isPermaLink="false">http://www.squarefree.com/test/wp15/wordpress/?p=203</guid>
		<description><![CDATA[The first homework problem in my crpytography class was to break a cryptogram. After looking at the other cryptogram helpers on the web, I created the JavaScript Cryptogram Helper. It lets you paste cryptograms, highlights all instances of the selected letter in blue, and shows a table with letter frequencies to facilitate frequency analysis. The [...]]]></description>
			<content:encoded><![CDATA[<p>The first homework problem in my <a href="http://www.cse.ucsd.edu/users/mihir/cse107/index.html">crpytography class</a> was to break a <a href="http://en.wikipedia.org/wiki/Cryptogram">cryptogram</a>.  After looking at the other cryptogram helpers on the web, I created the <a href="http://www.squarefree.com/cryptogram/">JavaScript Cryptogram Helper</a>.  It lets you paste cryptograms, highlights all instances of the selected letter in blue, and shows a table with letter frequencies to facilitate <a href="http://en.wikipedia.org/wiki/Frequency_analysis">frequency analysis</a>.  The UI was inspired by <a href="http://teppo.tv/cryptogram/"> Teppo Pihlajamäki's Flash cryptogram game</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.squarefree.com/2005/01/13/new-javascript-cryptogram-helper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

