<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>Homo Sum &#187; steganography</title>
	<atom:link href="http://www.chrismclaren.com/blog/tag/steganography/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrismclaren.com/blog</link>
	<description>As honest as a gambling man can be</description>
	<lastBuildDate>Thu, 12 Aug 2010 18:45:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/ca/</creativeCommons:license>		<item>
		<title>Nerding It Up Tinfoil Hat Style</title>
		<link>http://www.chrismclaren.com/blog/2008/11/26/nerding-it-up-tinfoil-hat-style/</link>
		<comments>http://www.chrismclaren.com/blog/2008/11/26/nerding-it-up-tinfoil-hat-style/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 05:01:55 +0000</pubDate>
		<dc:creator>Mr. McLaren</dc:creator>
				<category><![CDATA[Science and Technology]]></category>
		<category><![CDATA[cross-border]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[deep geekery]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[steganography]]></category>

		<guid isPermaLink="false">http://www.chrismclaren.com/blog/?p=1887</guid>
		<description><![CDATA[So, a few months back I was thinking about an upcoming trip to Boston. A trip not unlike the one I&#8217;m on right now, albeit shorter and without the 9 day, all-day meeting marathon. Anyway, I was thinking about this trip with particular reference to the USA&#8217;s apparent new policy of having border guards copy [...]]]></description>
			<content:encoded><![CDATA[<p>So, a few months back I was thinking about an upcoming trip to Boston. A trip not unlike the one I&#8217;m on right now, albeit shorter and without the 9 day, all-day meeting marathon.</p>
<p>Anyway, I was thinking about this trip with particular reference to the USA&#8217;s <a href="http://www.globalresearch.ca/index.php?context=va&#038;aid=10361">apparent new policy of having border guards copy data on laptops</a> people bring across the border. I consulted the office, and apparently they were unworried about the potential for confidential work IP being copied.</p>
<p>I, however, also keep my personal email on my laptop. I, paranoid tinfoil-hat type that I am, was much more concerned about this data than work was about theirs. No, there&#8217;s nothing in there that would get me in trouble, but it&#8217;s just nobody else&#8217;s business, you know?</p>
<p>Anyway, the solution was obvious. It was time for me to start using <a href="http://www.truecrypt.org/">Truecrypt</a>. Truecrypt is awesome, free, open source software for we tinfoil types. It does a lot of things, but the most simple thing it does is let you create a file that contains an encrypted filesystem. In other words, you can treat this file like a new hard drive, with everything that you put in there becoming encrypted. And if the file isn&#8217;t &#8220;mounted&#8221; as a drive, with your password, then it&#8217;s just a block of encrypted data&#8211;just another file on the drive.</p>
<p>So, if you wanted to reserve a few Gb of space for files that need to be protected, you create a large file, and when it&#8217;s mounted Truecrypt lets you treat it like a drive the size of the file. If you make a really big file, you have lots of ways to make it inconspicuous, like making it look like a swap file or hibernation file, or like a large temporary internet download file, or even doing something really tricky like <a href="http://www.velocityreviews.com/forums/t369258-a-truecrypt-trick.html">using alternative data streams</a> to make it look like a not very big file. (Of course, if you really need a big encrypted volume, Truecrypt has much smarter, and better hidden, ways of doing that, but they&#8217;re not as a simple as the &#8220;filesystem hidden in a file&#8221; approach.)</p>
<p>Anyway, I created my hidden filesystem, and moved all my Outlook data files in there. This isn&#8217;t NSA grade protection, since it&#8217;s obvious that Truecrypt is on my system, and further it&#8217;s obvious from looking at Outlook that it expects there to be a volume around that isn&#8217;t apparent. Of course they can&#8217;t tell what file it might be hidden in&#8230; but if they were trying hard they could probably figure it out. I&#8217;m not trying to stop them if they&#8217;re trying hard. I&#8217;m just keeping snoopy border guards out of my business. (Although the idea of some poor NSA flack spending time and effort to crack my encrypted filesystem just to find an email archive that includes the bad poetry I wrote in my late teens, and some really terrible fiction I wrote in my early 20s, does kind of crack me up.)</p>
<p>So, that&#8217;s been working great for me for a couple of months. It was ridiculously easy to set up, with no perceptible performance drag, and it&#8217;s been quite reliable over the intervening months.</p>
<p>Recently, though, I&#8217;ve noticed that when I closed Outlook the window would close, but that I couldn&#8217;t &#8220;unmount&#8221; my Truecrypt volumes&#8211;the system would claim that programs still had handles open on the encrypted volume.</p>
<p>Using <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">Process Explorer</a>, I could see that the Outlook process was still running&#8211;it had no windows, and the stack traces on most of the threads showed it was trying to shutdown, but seemed to be in some kind of deadlock state waiting for some event. No matter how long I waited the process never seemed to end, to actually complete shutting down. And, obviously, since the process had handles on the email storage files, which were on the encrypted volume, that would prevent the volume from being &#8220;unmounted&#8221;. I had to manually kill the process before I could &#8220;unmount&#8221;.</p>
<p>I thought this was weird, but honestly it didn&#8217;t bother me too much&#8211;I rarely mount/unmount the drives, and I generally have Outlook running all the time.</p>
<p>However, it became apparent that this behaviour was now consistent. It happened every time.</p>
<p>This was starting to bother me. But I put it off for a while. I kind of assumed that this was a Truecrypt related problem, since I had never seen it before, and it didn&#8217;t seem unreasonable that Outlook was having a problem releasing a handle to the encrypted files or something&#8230;</p>
<p>During this trip, though, I was unmounting the volumes each morning before going to the office, and mounting them again each night, and it really started to be annoying.</p>
<p>So I did some research, and to make an already long story shorter, I eventually discovered that <a href="http://blogs.msdn.com/rgregg/archive/2006/06/27/OutlookShutdownAndCOMAddins.aspx">Outlook has a common problem with COM Add-ins</a> that aren&#8217;t perfectly written, where the Add-ins keep the Outlook process from shutting down. This seemed to match the symptoms I was seeing, but I was skeptical&#8211;primarily because I had never installed any COM Add-ins.</p>
<p>Turns out though, that <a href="http://wildermuth.com/2006/09/30/iTunes_7_x_Installs_Outlook_Addin_-_No_one_seems_to_know_why!">iTunes secretly installs one</a>. And I recently put iTunes on the laptop.</p>
<p>So, I disabled this Add-in, and suddenly everything worked right again. Yay!</p>
<p>Then I grabbed <a href="http://www.wolfhawke.com/tech/enco2k3wtc.php">some scripts I found during my Googling</a> for the problem, and set them up, so that I have icons to click to mount the volume (prompting for my password, of course) and automatically start Outlook, and to unmount the volumes.</p>
<p>I got the scripts working, and then rewrote parts of them to do just what I wanted them to do.</p>
<p>Everything was working fine. This was some time on the weekend.</p>
<p>Then, last night, iTunes updated.</p>
<p>And guess what I noticed today. Yup, the Outlook problem was back. And sure enough, the iTunes update had turned the COM Add-In back on. So not only does Apple sneak in an Add-in without telling you, and not only does that Add-in break Outlook, but they even turn it on if you have explicitly turned it off in the past. Good one, guys.</p>
<p>So, it&#8217;s off again, and everything is happy on my machine. And yes, I am that big of a nerd.</p>

	Tags: <a href="http://www.chrismclaren.com/blog/tag/cross-border/" title="cross-border" rel="tag">cross-border</a>, <a href="http://www.chrismclaren.com/blog/tag/cryptography/" title="cryptography" rel="tag">cryptography</a>, <a href="http://www.chrismclaren.com/blog/tag/deep-geekery/" title="deep geekery" rel="tag">deep geekery</a>, <a href="http://www.chrismclaren.com/blog/tag/programming/" title="programming" rel="tag">programming</a>, <a href="http://www.chrismclaren.com/blog/tag/steganography/" title="steganography" rel="tag">steganography</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.chrismclaren.com/blog/2008/11/26/nerding-it-up-tinfoil-hat-style/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A moment of hobo appreciation</title>
		<link>http://www.chrismclaren.com/blog/2008/05/03/a-moment-of-hobo-appreciation/</link>
		<comments>http://www.chrismclaren.com/blog/2008/05/03/a-moment-of-hobo-appreciation/#comments</comments>
		<pubDate>Sun, 04 May 2008 03:32:43 +0000</pubDate>
		<dc:creator>Mr. McLaren</dc:creator>
				<category><![CDATA[Storytime]]></category>
		<category><![CDATA[academic papers]]></category>
		<category><![CDATA[Drake]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[steganography]]></category>
		<category><![CDATA[the road]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.chrismclaren.com/blog/?p=1218</guid>
		<description><![CDATA[I passed a lovely bit of time today reading The American Hobo by Colin Beesley, a British academic paper about a quintessentially American phenomenon1. I&#8217;ve always found the romantic aspects of the hobo story fascinating (something that Utah Phillips has only encouraged), although I suspect I&#8217;m too soft to have lived that life even had [...]]]></description>
			<content:encoded><![CDATA[<p>I passed a lovely bit of time today reading <a href="http://www.northbankfred.com/colin1.html">The American Hobo</a> by Colin Beesley, a British academic paper about a quintessentially American phenomenon<sup><a href="http://www.chrismclaren.com/blog/2008/05/03/a-moment-of-hobo-appreciation/#footnote_0_1218" id="identifier_0_1218" class="footnote-link footnote-identifier-link" title="The paper is hosted by northbankfred.com, a site dedicated to trains and the hobo experience. Be sure to browse around and check out some of the other articles, photographs, or if you&amp;#8217;re really hard-core, the stories!">1</a></sup>. I&#8217;ve always found the romantic aspects of the hobo story fascinating (something that <a href="http://www.utahphillips.org/">Utah Phillips</a> has only encouraged), although I suspect I&#8217;m too soft to have lived that life even had I been alive at the right time.</p>
<p><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/drummond5.jpg" width="450" height="300" alt="Hobos" title="Hobos" class="aligncenter"/></p>
<p>Beesley&#8217;s paper is definitely worth the time it will take you to read it, if you have any interest in the history of that time period at all, and especially if you&#8217;ve ever been interested in the idea of a &#8220;hobo&#8221;. Mike Drake, I am looking at you. </p>
<p>Beesley also includes a hobo jargon glossary toward the end of the paper (which I&#8217;ve reproduced below), which triggered another of my special fascinations: jargons, slangs, cants, etc. Someday I&#8217;m going to do a massive post or series of posts on that subject, and I&#8217;ve queued up the hobo jargon for inclusion in that.</p>
<p>The paper also got me thinking about hobo signs again&#8211;you know the things I mean: those little symbols that hobos used to scratch in charcoal or chalk to send messages to each other about various places. (Something that I suspect is probably rooted in the <a href="http://www.geocities.com/Paris/5121/glossary.htm#P"><em>patrin</em></a> of the Roma, but that&#8217;s a whole other post.)</p>
<p>You might also recall that this kind of old school tagging had a bit of a resurgence <a href="http://www.blackbeltjones.com/work/2002/06/25/warchalking/">earlier this decade</a> in the form of &#8220;<a href="http://www.wi-fiplanet.com/columns/article.php/1402401">warchalking</a>&#8220;.</p>
<p>Doing a bit of a search for &#8220;hobo signs&#8221; turned up <a href="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/11.jpg">a</a> <a href="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/hobo+signs.jpg">ton</a> <a href="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/signs1.gif">of</a> <a href="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/signs2.gif">exam</a><a href="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/signs3.gif">ples</a>, and also turned up <a href="http://www.nsa.gov/museum/hobo_2007.cfm">an exhibit</a> at <a href="http://www.nsa.gov/">the NSA</a> of all places (well, <a href="http://www.nsa.gov/museum/hobo_2007.cfm">the NSA&#8217;s museum</a>, but still).</p>
<p>A couple of interesting notes from the writeup accompanying that exhibit:</p>
<blockquote><p>In some places, hobos who drifted into town were not always welcome. In other places, they found those who were friendly and willing to help. Knowing where to go or whom to avoid was important to these travelers. However, hobos’ paths crossed infrequently, so the hobo community developed a written communication system of signs. Mysterious and temporary, these signs helped hobos move more safely around the country looking for work. A symbol on a mailbox, fence post, signpost, or tree told other hobos what to expect in the town or from the homeowner.</p></blockquote>
<blockquote><p>What’s interesting to note, as Liungman points out, is that the system developed at all. Hobos, in general, travel alone and enjoy their independence. And yet, they still congregate in hobo jungles or travel with an occasional partner only to split when they decide to go a different way. Despite this preference for solitude, they still feel a certain camaraderie with their fellow hobos, an obligation to assist their brethren – thus, the creation of the signs and symbols.</p></blockquote>
<blockquote><p>The signs were intentionally temporary. Hobos used chalk or charcoal to mark an immediate location. The signs wore off in time. This may have been because situations were frequently in flux. A farmer may initially be helpful, but later, as resources or work diminished, he may order the hobo away. A woman who first took pity from a hobo’s sad tale may become hardened after hearing too many.</p></blockquote>
<p>Interestingly not mentioned in the piece is the essentially dynamic nature of the code&#8211;as &#8220;locals&#8221; discover what signs mean, they would start to tamper with the communication channel, either erasing them or putting up misleading ones, so the &#8220;current&#8221; code had to constantly change. And to keep up with the latest code you would need to meet up with group of other hobos. So not only is the fact that the system arose interesting, but there&#8217;s a weird dynamic where its existence keeps powering the need for hobos to meet up regularly in order to &#8220;keep current&#8221;, and that ties into the whole altruistic-and-yet-self-interested currents that would power this kind of system. The romantic in my does love the idea of the &#8220;current&#8221; codes passing hand-to-hand, although I love it even more in <a href="http://en.wikipedia.org/wiki/Time_Considered_as_a_Helix_of_Semi-Precious_Stones">its perfect science fiction form</a>.</p>
<p>I usually travel with some <a href="http://www.pbp1.com/dynamic/ps/ps_details.asp?PN=ZZHPC&#038;PPN=HPCMCWH">tire chalk</a><sup><a href="http://www.chrismclaren.com/blog/2008/05/03/a-moment-of-hobo-appreciation/#footnote_1_1218" id="identifier_1_1218" class="footnote-link footnote-identifier-link" title="For any emergency veve that needs creating. Don&amp;#8217;t ask.">2</a></sup>, so I should totally learn some of these signs and leave them on my travels. Someone else might come along and recognize them. You never know. And maybe I&#8217;ll meet up with someone who will whisper the new codes to me.</p>
<p>After the jump: the glossary, and a table defining some common hobo signs.<span id="more-1218"></span></p>
<p><strong>Glossary</strong></p>
<dl>
<dt>Ballast</dt>
<dd>The gravel used for rail beds.</dd>
<dt>Bay Horse</dt>
<dd>Brand name of rubbing liniment for horses. Similar to bay rum.</dd>
<dt>Bindle</dt>
<dd>A bedroll.</dd>
<dt>Blind</dt>
<dd>Front End of a baggage car.</dd>
<dt>Bridge and plank gang</dt>
<dd>A railroad maintenance crew.</dd>
<dt>Bridger</dt>
<dd>A hobo who rode both steam-powered and diesel powered trains.</dd>
<dt>Bull</dt>
<dd>A policeman.</dd>
<dt>Canned heat</dt>
<dd>Strained Sterno consumed for the alcohol content.</dd>
<dt><em>Catch the westbound</em></dt>
<dd>Die.</dd>
<dt>Cinder bull</dt>
<dd>A railroad policeman.</dd>
<dt>Consist</dt>
<dd>All the cars that make up a particular train.</dd>
<dt>Couplers</dt>
<dd>Fixtures at the ends of train cars used to connect one car to the other.</dd>
<dt>Courtesy call</dt>
<dd>A night&#8217;s stay in the town jail without being arrested. An opportunity to get in out of the cold and to eat a meal.</dd>
<dt>Crummy</dt>
<dd>Caboose.</dd>
<dt>Dick</dt>
<dd>A detective.</dd>
<dt>Drag</dt>
<dd>A slow freight train.</dd>
<dt>Dumpster diving</dt>
<dd>Rummaging through dumpsters for food or other needed items.</dd>
<dt>Freddy</dt>
<dd>Flashing rear-end device on the train. It has taken the place of the caboose.</dd>
<dt>Gay cat</dt>
<dd>A person on the road who, when the going gets tough, can afford to purchase a ticket (Irwin 84).</dd>
<dt>Go in the hole</dt>
<dd>To pull onto a siding to allow another train of higher priority to pass by.</dd>
<dt>Gondola</dt>
<dd>A train car with low walls and no roof.</dd>
<dt>Gun boat</dt>
<dd>An empty can used for cooking. Usually a coffee can.</dd>
<dt>Harness bull</dt>
<dd>A policeman in uniform.</dd>
<dt>Helper</dt>
<dd>An extra engine added temporarily to a train to assist in pulling it up a steep grade.</dd>
<dt>High iron</dt>
<dd>The track in a railroad yard that serves as the main line or through line.</dd>
<dt>Hooverville</dt>
<dd>Shantytowns built of junk and cardboard by the poor. Named after Herbert Hoover, the 31<sup>st</sup> president of the United States of America (1929-1933).</dd>
<dt>Hotshot</dt>
<dd>A fast train.</dd>
<dt>Jackrollers</dt>
<dd>Thieves who often targeted a hobo who had just received his pay.</dd>
<dt>Jocker</dt>
<dd>A man who travels the road with an underage boy.</dd>
<dt>Jungle</dt>
<dd>An encampment where hobos stayed for brief periods before moving on. &#8220;To jungle up&#8221; is to stay in a jungle.</dd>
<dt>Jungle buzzard</dt>
<dd>Someone in a hobo jungle who tries to avoid sharing in the work and expense.</dd>
<dt>Knee-shaker</dt>
<dd>A handout on a plate at the back door of a house. Eaten on the back steps while balancing the plate on one&#8217;s knees.</dd>
<dt>Knuckle</dt>
<dd>A movable joint in the coupler.</dd>
<dt>Live train</dt>
<dd>A consist of railcars with engines hooked to it. A train that could move at any time.</dd>
<dt>Local</dt>
<dd>A train that makes many stops and does much work in a short distance.</dd>
<dt>Lump</dt>
<dd>A handout which is packaged to be taken along on the road.</dd>
<dt>Mission stiff</dt>
<dd>A bum that spends much time in missions.</dd>
<dt>Mixed freight</dt>
<dd>A train consisting of a variety of cars.</dd>
<dt>&#8220;P&#8221; farms</dt>
<dd>Farms where prisoners worked.</dd>
<dt>Pearl diver</dt>
<dd>A dishwasher.</dd>
<dt>Punk</dt>
<dd>A young boy travelling on the road with a younger man.</dd>
<dt>Rattler</dt>
<dd>A long train rattling along the tracks, resembling a rattlesnake.</dd>
<dt>Red cards</dt>
<dd>A membership card of the International Workers of the World (IWW).</dd>
<dt>Reefer</dt>
<dd>A refrigerated freight car.</dd>
<dt>Rods</dt>
<dd>The steel structural bars that were below the old boxcars. A very dangerous and difficult place for hobos to ride.</dd>
<dt><em>Rule of the match</em></dt>
<dd>An insulting gesture of handing a match to someone. It is the same as saying. &#8220;You are not welcome around this jungle fire. Go build your own someplace else&#8221;.</dd>
<dt>Scoping the drag</dt>
<dd>Looking for a good ride on a freight train as it slows down.</dd>
<dt>Seam squirrels</dt>
<dd>Lice.</dd>
<dt>Sit-down</dt>
<dd>A meal given as a handout with the offer to eat it in the comfort at the kitchen table.</dd>
<dt>Specks</dt>
<dd>Fruit with spots beginning to form. Farmers and groceries were often willing to give it to hobos.</dd>
<dt>Stack train</dt>
<dd>A train made up of topless, low-sided cars which carry large containers sometimes stacked two high.</dd>
<dt>Streamliners</dt>
<dd>Railriders that travel with light gear and on fast freights.</dd>
<dt>Walking dandruff</dt>
<dd>Lice.</dd>
<dt>Wobblies</dt>
<dd>A short name for the International Workers of the World (IWW)</dd>
<dt>Yard dick</dt>
<dd>A railroad detective.</dd>
</dl>
<table border="2" align="center" cellpadding="10%">
<caption><em>Hobo symbols</em></caption>
<tr>
<td>Symbol</td>
<td>Definition</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Alcohol.gif"/></td>
<td>Alcohol in this town.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Alert.gif"/></td>
<td>Authorities here are alert.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/BadWater.gif"/></td>
<td>Bad water.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Barking.gif"/></td>
<td>Barking dog here.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Camp.gif"/></td>
<td>You can camp here.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Courthouse.gif"/></td>
<td>Courthouse.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Crime.gif"/></td>
<td>Crime committed here. Not safe.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Dangerous.gif"/></td>
<td>Dangerous neighbourhood.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Defend.gif"/></td>
<td>Be ready to defend yourself.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Doctor.gif"/></td>
<td>Doctor here won&#8217;t charge.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Doubtful.gif"/></td>
<td>Doubtful.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Fresh.gif"/></td>
<td>Fresh water. Safe campsite.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Frown.gif"/></td>
<td>Police frown on hobos here.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Give.gif"/></td>
<td>Owners will give to get rid of you.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/GoodRoad.gif"/></td>
<td>Good road to follow.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/GoThis.gif"/></td>
<td>Go this way.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Gun.gif"/></td>
<td>A man with a gun lives here.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Halt.gif"/></td>
<td>Halt!</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Handout.gif"/></td>
<td>Good place for a handout.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/HitTheRoad.gif"/></td>
<td>Hit the road.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/House.gif"/></td>
<td>This is a well-guarded house.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Ill.gif"/></td>
<td>Ill-tempered man lives here.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/In.gif"/></td>
<td>This owner is in.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Jail.gif"/></td>
<td>Jail (or prison).</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Jesus.gif"/></td>
<td>Religious talk will get you a meal here.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Judge.gif"/></td>
<td>A judge lives here.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/KindLady.gif"/></td>
<td>A kind lady live here.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/KindMan.gif"/></td>
<td>A kind gentleman lives here.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/KindWoman.gif"/></td>
<td>Kind woman lives here. Tell a pitiful story.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Nothing.gif"/></td>
<td>There is nothing to be gained here.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/NotSafe.gif"/></td>
<td>This is NOT a safe place.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/NoUse.gif"/></td>
<td>There&#8217;s no use going this way.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Officer.gif"/></td>
<td>An officer of the law lives here.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/OK.gif"/></td>
<td>OK.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/OwnerOut.gif"/></td>
<td>The owner is out.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Phone.gif"/></td>
<td>Free telephone.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Quiet.gif"/></td>
<td>Keep quiet.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Rich.gif"/></td>
<td>These people are rich.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Skys.gif"/></td>
<td>The sky&#8217;s the limit.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Spoiled.gif"/></td>
<td>Road spoiled. Full of other hobos.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Thieves.gif"/></td>
<td>There are thieves about.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Tongue.gif"/></td>
<td>Hold your tongue.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Train.gif"/></td>
<td>Good place to catch a train.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Trolley.gif"/></td>
<td>Trolley stop.</td>
</tr>
<tr>
<td><img src="http://www.chrismclaren.com/blog/wp-content/images/2008/05/Hobo/Vicious.gif"/></td>
<td>A vicious dog lives here.</td>
</tr>
</table>
<p>(Canadian Geographic also <a href="http://www.canadiangeographic.ca/magazine/ma01/hobolisting.asp">has a table</a> in a more pen-and-ink style.)</p>
<ol class="footnotes"><li id="footnote_0_1218" class="footnote">The paper is hosted by northbankfred.com, a site dedicated to trains and the hobo experience. Be sure to browse around and check out <a href="http://www.northbankfred.com/articles.html">some of the other articles</a>, <a href="http://www.northbankfred.com/photographs.html">photographs</a>, or if you&#8217;re really hard-core, the <a href="http://www.northbankfred.com/stories.html">stories</a>!</li><li id="footnote_1_1218" class="footnote">For any emergency <a href="http://en.wikipedia.org/wiki/Veve">veve</a> that needs creating. Don&#8217;t ask.</li></ol>
	Tags: <a href="http://www.chrismclaren.com/blog/tag/academic-papers/" title="academic papers" rel="tag">academic papers</a>, <a href="http://www.chrismclaren.com/blog/tag/drake/" title="Drake" rel="tag">Drake</a>, <a href="http://www.chrismclaren.com/blog/tag/freedom/" title="freedom" rel="tag">freedom</a>, <a href="http://www.chrismclaren.com/blog/tag/language/" title="language" rel="tag">language</a>, <a href="http://www.chrismclaren.com/blog/tag/steganography/" title="steganography" rel="tag">steganography</a>, <a href="http://www.chrismclaren.com/blog/tag/the-road/" title="the road" rel="tag">the road</a>, <a href="http://www.chrismclaren.com/blog/tag/travel/" title="travel" rel="tag">travel</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.chrismclaren.com/blog/2008/05/03/a-moment-of-hobo-appreciation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Perfect Steganography</title>
		<link>http://www.chrismclaren.com/blog/2007/12/26/perfect-steganography/</link>
		<comments>http://www.chrismclaren.com/blog/2007/12/26/perfect-steganography/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 02:29:01 +0000</pubDate>
		<dc:creator>Mr. McLaren</dc:creator>
				<category><![CDATA[Science and Technology]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[sneaky]]></category>
		<category><![CDATA[steganography]]></category>

		<guid isPermaLink="false">http://www.chrismclaren.com/blog/2007/12/26/perfect-steganography/</guid>
		<description><![CDATA[You know what steganography is, right? &#8220;Steganography is the art and science of writing hidden messages in such a way that no one apart from the sender and intended recipient even realizes there is a hidden message.&#8221; Quite often these days this means encoding information into the insignificant bits of large binary files&#8211;changing the colour [...]]]></description>
			<content:encoded><![CDATA[<p>You know what <a href="http://en.wikipedia.org/wiki/Steganography">steganography</a> is, right? &#8220;Steganography is the art and science of writing hidden messages in such a way that no one apart from the sender and intended recipient even realizes there is a hidden message.&#8221;</p>
<p>Quite often these days this means encoding information into the insignificant bits of large binary files&#8211;changing the colour the pixel at (134,651) from (168,211,10) to (169,211,10), or making similarly indetectible changes to the information in an MP3 or AVI or whatever&#8211;but that&#8217;s not all it could mean. When I&#8217;ve seen hide-the-file-in-an-image-and-post-it-to-a-newsgroup used in a network TV spy show, you know it&#8217;s old hat already. But the idea of <a href="http://www.spammimic.com/">encoding a message so that it looks like a typical spam message</a> and then sending that from forged address? That&#8217;s the brilliantest example of hiding in plain sight I&#8217;ve seen in ages. And probably the best confidentiality-without-encryption thing I&#8217;ve read since <a href="http://people.csail.mit.edu/rivest/Chaffing.txt">Rivest&#8217;s chaffing and winnowing paper</a>.</p>
<p><span id="more-1070"></span>I&#8217;m sure the implementation could be improved in lots of ways, and yes, it&#8217;s really only useful for very short messages anyway, but what a clever idea. </p>
<blockquote><pre>Dear Decision maker , We know you are interested in
receiving cutting-edge intelligence . We will comply
with all removal requests . This mail is being sent
in compliance with Senate bill 2616 ; Title 3 , Section
303 ! This is a ligitimate business proposal . Why
work for somebody else when you can become rich inside
36 WEEKS ! Have you ever noticed most everyone has
a cellphone and more people than ever are surfing the
web ! Well, now is your chance to capitalize on this
. We will help you deliver goods right to the customer's
doorstep &#038; deliver goods right to the customer's doorstep
! You are guaranteed to succeed because we take all
the risk . But don't believe us . Mr Simpson of Georgia
tried us and says "I was skeptical but it worked for
me" ! This offer is 100% legal . We beseech you - act
now ! Sign up a friend and you get half off . Thanks
! Dear Friend , Your email address has been submitted
to us indicating your interest in our newsletter .
We will comply with all removal requests ! This mail
is being sent in compliance with Senate bill 2116 ;
Title 8 ; Section 309 ! This is different than anything
else you've seen ! Why work for somebody else when
you can become rich inside 29 MONTHS ! Have you ever
noticed more people than ever are surfing the web and
people are much more likely to BUY with a credit card
than cash ! Well, now is your chance to capitalize
on this ! We will help you deliver goods right to the
customer's doorstep &#038; sell more . The best thing about
our system is that it is absolutely risk free for you
! But don't believe us . Ms Simpson of New Mexico tried
us and says "I've been poor and I've been rich - rich
is better" ! We are licensed to operate in all states
. Do not delay - order today ! Sign up a friend and
you'll get a discount of 70% ! Thanks ! Dear Friend
; We know you are interested in receiving hot information
! If you are not interested in our publications and
wish to be removed from our lists, simply do NOT respond
and ignore this mail . This mail is being sent in compliance
with Senate bill 1619 , Title 9 ; Section 301 . THIS
IS NOT A GET RICH SCHEME ! Why work for somebody else
when you can become rich within 25 days ! Have you
ever noticed people will do almost anything to avoid
mailing their bills and how long the line-ups are at
bank machines ! Well, now is your chance to capitalize
on this . WE will help YOU turn your business into
an E-BUSINESS &#038; increase customer response by 190%
! You can begin at absolutely no cost to you . But
don't believe us ! Ms Simpson of Michigan tried us
and says "My only problem now is where to park all
my cars" ! We assure you that we operate within all
applicable laws ! We beseech you - act now . Sign up
a friend and you'll get a discount of 90% . Cheers
! Dear E-Commerce professional ; Thank-you for your
interest in our briefing ! This is a one time mailing
there is no need to request removal if you won't want
any more . This mail is being sent in compliance with
Senate bill 2616 , Title 2 ; Section 304 ! This is
a ligitimate business proposal . Why work for somebody
else when you can become rich within 57 WEEKS . Have
you ever noticed more people than ever are surfing
the web plus society seems to be moving faster and
faster . Well, now is your chance to capitalize on
this . We will help you process your orders within
seconds plus process your orders within seconds ! You
can begin at absolutely no cost to you . But don't
believe us ! Prof Jones of Nebraska tried us and says
"I was skeptical but it worked for me" . We are licensed
to operate in all states . Do not go to sleep without
ordering . Sign up a friend and you get half off !
Warmest regards . </pre>
</blockquote>

	Tags: <a href="http://www.chrismclaren.com/blog/tag/privacy/" title="privacy" rel="tag">privacy</a>, <a href="http://www.chrismclaren.com/blog/tag/sneaky/" title="sneaky" rel="tag">sneaky</a>, <a href="http://www.chrismclaren.com/blog/tag/steganography/" title="steganography" rel="tag">steganography</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.chrismclaren.com/blog/2007/12/26/perfect-steganography/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
