<?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>Navarr&#039;s Tech Side &#187; anonymous</title>
	<atom:link href="http://tech.navarr.me/tag/anonymous/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.navarr.me</link>
	<description>The Technical Side of my Life</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:32:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='tech.navarr.me' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>How to Safely Anonymize Users</title>
		<link>http://tech.navarr.me/2009/03/how-to-safely-anonymize-users.html</link>
		<comments>http://tech.navarr.me/2009/03/how-to-safely-anonymize-users.html#comments</comments>
		<pubDate>Wed, 25 Mar 2009 20:26:00 +0000</pubDate>
		<dc:creator>Navarr</dc:creator>
				<category><![CDATA[2009]]></category>
		<category><![CDATA[anonymous]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://temptech.gtaero.net/?p=68</guid>
		<description><![CDATA[You want to allow Anon to post messages; you want to block their IP address if they don’t follow your terms; but you don’t want them to be traceable.&#160; The solution to this is excessively simple.&#160; One-way encrypt their IP address. This can be done in PHP simply by grabbing the MD5 of their IP [...]]]></description>
			<content:encoded><![CDATA[<p>You want to allow Anon to post messages; you want to block their IP address if they don’t follow your terms; but you don’t want them to be traceable.&#160; The solution to this is excessively simple.&#160; One-way encrypt their IP address.</p>
<p>This can be done in PHP simply by grabbing the MD5 of their IP address.</p>
<p>The last note is; this still isn’t completely anonymous.&#160; Anyone could easily compile a rainbow table for IP address MD5 results.&#160; Try mixing it up.&#160; Apply a secret key to the MD5 before, after, or even between the numbers.&#160; Encrypt the numbers to letters before throwing it through an MD5.&#160; Either way, you gain the ability to identify anonymous users through a Unique ID without having anything of use to a hacker or federal employee.</p>
<div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"><script type="text/javascript">digg_url = "http://tech.gtaero.net/2009/03/how-to-safely-anonymize-users.html";digg_title = "How to Safely Anonymize Users";digg_bgcolor = "#FFFFFF";digg_skin = "compact";</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><script type="text/javascript">digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;</script></div>
]]></content:encoded>
			<wfw:commentRss>http://tech.navarr.me/2009/03/how-to-safely-anonymize-users.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

