
<?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: Java XOR Encryption</title>
	<atom:link href="http://www.stratos.me/2008/07/java-xor-encryption/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stratos.me/2008/07/java-xor-encryption/</link>
	<description>Just writing what hits my mind!</description>
	<lastBuildDate>Thu, 13 Jan 2011 22:34:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: pavlick</title>
		<link>http://www.stratos.me/2008/07/java-xor-encryption/comment-page-1/#comment-2452</link>
		<dc:creator>pavlick</dc:creator>
		<pubDate>Thu, 17 Dec 2009 13:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.stratos.me/?p=210#comment-2452</guid>
		<description>//read int (4 bytes)
        read = in.read(); //what happendes if read=-1?
        //xor them with the key and write them out
        out.write(read ^ key[totalRead % (key.length – 1)]);

use 
read = in.read();
while(read != -1){
//
}</description>
		<content:encoded><![CDATA[<p>//read int (4 bytes)<br />
        read = in.read(); //what happendes if read=-1?<br />
        //xor them with the key and write them out<br />
        out.write(read ^ key[totalRead % (key.length – 1)]);</p>
<p>use<br />
read = in.read();<br />
while(read != -1){<br />
//<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JayK</title>
		<link>http://www.stratos.me/2008/07/java-xor-encryption/comment-page-1/#comment-2424</link>
		<dc:creator>JayK</dc:creator>
		<pubDate>Fri, 20 Nov 2009 00:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.stratos.me/?p=210#comment-2424</guid>
		<description>Where does the readKey()method come from? Is it a java method or one you created?
Cheers</description>
		<content:encoded><![CDATA[<p>Where does the readKey()method come from? Is it a java method or one you created?<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay Pathak</title>
		<link>http://www.stratos.me/2008/07/java-xor-encryption/comment-page-1/#comment-649</link>
		<dc:creator>Ajay Pathak</dc:creator>
		<pubDate>Thu, 24 Jul 2008 02:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.stratos.me/?p=210#comment-649</guid>
		<description>u just got a gr8 domain name</description>
		<content:encoded><![CDATA[<p>u just got a gr8 domain name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stratosg</title>
		<link>http://www.stratos.me/2008/07/java-xor-encryption/comment-page-1/#comment-646</link>
		<dc:creator>stratosg</dc:creator>
		<pubDate>Wed, 23 Jul 2008 16:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.stratos.me/?p=210#comment-646</guid>
		<description>well it is an excellent programing language and i use it alot ;)</description>
		<content:encoded><![CDATA[<p>well it is an excellent programing language and i use it alot <img src='http://www.stratos.me/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kitkat</title>
		<link>http://www.stratos.me/2008/07/java-xor-encryption/comment-page-1/#comment-645</link>
		<dc:creator>Kitkat</dc:creator>
		<pubDate>Wed, 23 Jul 2008 13:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.stratos.me/?p=210#comment-645</guid>
		<description>I haven&#039;t use Java for ages!</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t use Java for ages!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

