<?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>Axino.net &#187; encryption</title>
	<atom:link href="http://www.axino.net/tag/encryption/feed" rel="self" type="application/rss+xml" />
	<link>http://www.axino.net</link>
	<description>The other side of atom.</description>
	<lastBuildDate>Thu, 15 Jul 2010 12:45:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>hackthissite.org basic 6 :: encryption system</title>
		<link>http://www.axino.net/tutorial/2009/06/hackthissiteorg-basic-6-encryption-system</link>
		<comments>http://www.axino.net/tutorial/2009/06/hackthissiteorg-basic-6-encryption-system#comments</comments>
		<pubDate>Fri, 26 Jun 2009 18:38:59 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hackthissite.org]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=424</guid>
		<description><![CDATA[In the following mission we will try to decrypt Sam&#8217;s password. We have obtained encrypted password and encrypter therefore therefore we ought to have all we need to decrypt the string obtained. Mission begins with the following introduction: An encryption system has been set up, which uses an unknown algorithm to change the text given. [...]]]></description>
			<content:encoded><![CDATA[<p>In the following mission we will try to decrypt Sam&#8217;s password. We have obtained encrypted password and encrypter therefore therefore we ought to have all we need to decrypt the string obtained.</p>
<p><span id="more-424"></span>Mission begins with the following introduction:</p>
<blockquote><p>An encryption system has been set up, which uses an unknown algorithm to change the text given. Requirements: Persistence, some general cryptography knowledge.</p></blockquote>
<p>Here is string I got for mission:</p>
<blockquote><p><strong>8g6f;k&gt;m</strong></p></blockquote>
<p>Now we have to figure out encryption algorithm. So let&#8217;s begin checking encryption. When I enter empty string I get <strong>&#8220;</strong> so I decided to enter <strong>aaa</strong> and then I obtained <strong>abc</strong>. This got me on right track. So I tried to enter <strong>111</strong> and I obtained <strong>123</strong> this is enough to figure that algorithm works in following way using ASCII table to increase character for the position it is on.</p>
<p>Let me explain, if <strong>a</strong> is on second place we get <strong>b</strong> if <strong>a </strong>is on third position we get <strong>c</strong> and so on. The same is with numbers.</p>
<p>So let&#8217;s decrypt string above:</p>
<blockquote><p><strong>8f4c7f8f</strong></p></blockquote>
<p>I hope this helps.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/hack/hackertestnet/2009/01/hackertestnet-level-9-hidden-or-not" rel="bookmark" title="Wednesday 28.01.2009">hackertest.net level 9 :: Hidden or not</a></li>
<li><a href="http://www.axino.net/tutorial/2009/03/hackthissiteorg-basic-2-password-is-not" rel="bookmark" title="Wednesday 11.03.2009">hackthissite.org basic 2 :: password is not</a></li>
<li><a href="http://www.axino.net/scribing/2010/01/axino-net-birthday" rel="bookmark" title="Thursday 07.01.2010">Axino.net birthday</a></li>
<li><a href="http://www.axino.net/tutorial/2010/07/tracking-challenge-2-intruder-tracking" rel="bookmark" title="Thursday 15.07.2010">Tracking Challenge 2 :: Intruder tracking</a></li>
<li><a href="http://www.axino.net/tutorial/2009/11/basic-web-hacking-8-simple-sql" rel="bookmark" title="Monday 16.11.2009">Basic web hacking 8 :: simple SQL</a></li>
</ul>
<p><!-- Similar Posts took 4.782 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=424" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2009/06/hackthissiteorg-basic-6-encryption-system/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
