<?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:georss="http://www.georss.org/georss" >

<channel>
	<title>justbe3.com &#187; entschlüsseln</title>
	<atom:link href="http://www.justbe3.com/archives/tag/entschlusseln/feed" rel="self" type="application/rss+xml" />
	<link>http://www.justbe3.com</link>
	<description>ein Berlin/IT/Games/Wasweisich-Blog oder das Restaurant am Ende des Universums</description>
	<lastBuildDate>Thu, 12 Aug 2010 22:27:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>RSDF Container mit PHP decrypten</title>
		<link>http://www.justbe3.com/archives/9</link>
		<comments>http://www.justbe3.com/archives/9#comments</comments>
		<pubDate>Thu, 23 Oct 2008 06:45:20 +0000</pubDate>
		<dc:creator>wbraun</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[aes]]></category>
		<category><![CDATA[cryptp]]></category>
		<category><![CDATA[decrypt]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[entschlüsseln]]></category>
		<category><![CDATA[msd]]></category>
		<category><![CDATA[rapidshare]]></category>
		<category><![CDATA[rsd]]></category>
		<category><![CDATA[rsdf]]></category>

		<guid isPermaLink="false">http://www.justbe3.com/?p=9</guid>
		<description><![CDATA[Ein kurzes Script was zeigt, wie die RSDF Container der Rapidshare Downloader RSD oder MSD entschlüsselt werden können.
Annahme íst, dass in test.rsdf die verschlüsselten Links liegen.


&#60;?php

function hex2str($hexstr) {

$hexstr = str_replace(&#039; &#039;, &#039;&#039;, $hexstr);
$retstr = pack(&#039;H*&#039;, $hexstr);
return $retstr;
}

$iv_hex  = &#34;FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF&#34;;
$key_hex = [...]]]></description>
		<wfw:commentRss>http://www.justbe3.com/archives/9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
