<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Recovery EPROM Cookie on Router Cisco</title>
	<atom:link href="http://www.tech-recipes.com/rx/982/recovery-eprom-cookie-on-router-cisco/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/982/recovery-eprom-cookie-on-router-cisco/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Keshava</title>
		<link>http://www.tech-recipes.com/rx/982/recovery-eprom-cookie-on-router-cisco/comment-page-1/#comment-50771</link>
		<dc:creator>Keshava</dc:creator>
		<pubDate>Wed, 19 Oct 2011 17:36:56 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-50771</guid>
		<description>Hello all,

How do we find the cpu_type for the router cisco1841....and how to edit that in the Priv mode....
Please mail me @ keshava3564@gmail.com</description>
		<content:encoded><![CDATA[<p>Hello all,</p>
<p>How do we find the cpu_type for the router cisco1841&#8230;.and how to edit that in the Priv mode&#8230;.<br />
Please mail me @ <a href="mailto:keshava3564@gmail.com">keshava3564@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.tech-recipes.com/rx/982/recovery-eprom-cookie-on-router-cisco/comment-page-1/#comment-48535</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Sun, 22 May 2011 16:55:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-48535</guid>
		<description>Password for example above.
First line 01 01 00 04 27 fe 00 ea 81 00 01 ff 01 ff 00 00
Add in hexidecimal calculator following values
0101
0004
27fe
00ea
8100
------------
aaed
 </description>
		<content:encoded><![CDATA[<p>Password for example above.<br />
First line 01 01 00 04 27 fe 00 ea 81 00 01 ff 01 ff 00 00<br />
Add in hexidecimal calculator following values<br />
0101<br />
0004<br />
27fe<br />
00ea<br />
8100<br />
&#8212;&#8212;&#8212;&#8212;<br />
aaed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lostedcisco</title>
		<link>http://www.tech-recipes.com/rx/982/recovery-eprom-cookie-on-router-cisco/comment-page-1/#comment-43798</link>
		<dc:creator>Lostedcisco</dc:creator>
		<pubDate>Mon, 08 Nov 2010 14:16:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-43798</guid>
		<description>Decrypting the priv password is easy.  Just add the first five words of the cookie.  For some older routers, that&#039;s enough.  But if the generated password is more than 4 hex numbers long, then mod that number with 0x10000.  Or just take the rightmost 4 hex numbers from the 5 or 6 digit number you&#039;ve generated.</description>
		<content:encoded><![CDATA[<p>Decrypting the priv password is easy.  Just add the first five words of the cookie.  For some older routers, that&#8217;s enough.  But if the generated password is more than 4 hex numbers long, then mod that number with 0&#215;10000.  Or just take the rightmost 4 hex numbers from the 5 or 6 digit number you&#8217;ve generated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/982/recovery-eprom-cookie-on-router-cisco/comment-page-1/#comment-37118</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 26 Jan 2010 23:50:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-37118</guid>
		<description>SWEET DUDE!!! Got a Cisco 831 with the exact same problem... All tho i tried with your cookie first and ended up with a ATM router with a Ethernet swtich attached?!?!? Hahahaha!!!

Anyways for the 831 the e_machine is 129 and cpu_type is 62. In other words 
byte 0×08-0×08 – Processor (Recommended Value: 0×3e): 3e    then do
byte 0×08-0×08 – Processor (Recommended Value: 0×3e): 81    (129 in HEX)

And 

bytes 0×25-0×2c: 00 00 00 00 ff ff ff 50 (50 should be cpu_type) use 62
so that&#039;ll be:
bytes 0×25-0×2c: 00 00 00 00 ff ff ff 62

My final Cisco 831 cookie looks like this:
01 01 00 04 27 fe 00 ea 81 00 01 ff 01 ff 00 00
00 00 00 00 00 00 00 00 4a 41 44 05 42 30 39 00
00 03 01 6f e6 00 00 00 00 ff ff ff 62 04 49 11
ec 03 ff ff ff ff ff ff ff ff ff ff ff ff ff ff
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff

By the way, i stole your mac address!! :P

Ohh yes almost forgot, if you mistype and need to reenter or alter your cookie, the priv password has changed (its generated out of the cookie values)
use this website to &quot;decrypt&quot; the new password (just pasted your new password and click calculate) http://www.bitshift.ch/eng/support/kbase/000002.asp

</description>
		<content:encoded><![CDATA[<p>SWEET DUDE!!! Got a Cisco 831 with the exact same problem&#8230; All tho i tried with your cookie first and ended up with a ATM router with a Ethernet swtich attached?!?!? Hahahaha!!!</p>
<p>Anyways for the 831 the e_machine is 129 and cpu_type is 62. In other words<br />
byte 0×08-0×08 – Processor (Recommended Value: 0×3e): 3e    then do<br />
byte 0×08-0×08 – Processor (Recommended Value: 0×3e): 81    (129 in HEX)</p>
<p>And </p>
<p>bytes 0×25-0×2c: 00 00 00 00 ff ff ff 50 (50 should be cpu_type) use 62<br />
so that&#8217;ll be:<br />
bytes 0×25-0×2c: 00 00 00 00 ff ff ff 62</p>
<p>My final Cisco 831 cookie looks like this:<br />
01 01 00 04 27 fe 00 ea 81 00 01 ff 01 ff 00 00<br />
00 00 00 00 00 00 00 00 4a 41 44 05 42 30 39 00<br />
00 03 01 6f e6 00 00 00 00 ff ff ff 62 04 49 11<br />
ec 03 ff ff ff ff ff ff ff ff ff ff ff ff ff ff<br />
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff<br />
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff<br />
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff<br />
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff</p>
<p>By the way, i stole your mac address!! :P</p>
<p>Ohh yes almost forgot, if you mistype and need to reenter or alter your cookie, the priv password has changed (its generated out of the cookie values)<br />
use this website to &#8220;decrypt&#8221; the new password (just pasted your new password and click calculate) <a href="http://www.bitshift.ch/eng/support/kbase/000002.asp" rel="nofollow">http://www.bitshift.ch/eng/support/kbase/000002.asp</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/11 queries in 0.694 seconds using memcached
Object Caching 308/311 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 04:26:02 -->
