<?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 RSA Encryption: An example</title>
	<atom:link href="http://andreas.louca.org/2008/03/20/java-rsa-encryption-an-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://andreas.louca.org/2008/03/20/java-rsa-encryption-an-example/</link>
	<description>programmer, student, boyfriend, dreamer, in love, photographer</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:19:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Morten Simonsen</title>
		<link>http://andreas.louca.org/2008/03/20/java-rsa-encryption-an-example/comment-page-1/#comment-28153</link>
		<dc:creator>Morten Simonsen</dc:creator>
		<pubDate>Tue, 08 Jun 2010 09:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://andreas.louca.org/?p=34#comment-28153</guid>
		<description>It worked as soon as I changed the code according to the comment made by Renato Back (I think you should post an example which combine it to one main-method). Very useful - other examples on the internet requires some 3rd party library - which I would rather avoid.

Good work!</description>
		<content:encoded><![CDATA[<p>It worked as soon as I changed the code according to the comment made by Renato Back (I think you should post an example which combine it to one main-method). Very useful &#8211; other examples on the internet requires some 3rd party library &#8211; which I would rather avoid.</p>
<p>Good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://andreas.louca.org/2008/03/20/java-rsa-encryption-an-example/comment-page-1/#comment-27345</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Tue, 16 Mar 2010 13:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://andreas.louca.org/?p=34#comment-27345</guid>
		<description>So immensely helpful!
Thank you :D</description>
		<content:encoded><![CDATA[<p>So immensely helpful!<br />
Thank you <img src='http://andreas.louca.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mostrapotski</title>
		<link>http://andreas.louca.org/2008/03/20/java-rsa-encryption-an-example/comment-page-1/#comment-26547</link>
		<dc:creator>Mostrapotski</dc:creator>
		<pubDate>Mon, 30 Nov 2009 10:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://andreas.louca.org/?p=34#comment-26547</guid>
		<description>CSStudent: by sending a pigeon ! Or by using symmetric key, to exchange the asymmetric key... It roughly depends of the network structure you re dealing with. 

Thx for the small tuto, very useful !</description>
		<content:encoded><![CDATA[<p>CSStudent: by sending a pigeon ! Or by using symmetric key, to exchange the asymmetric key&#8230; It roughly depends of the network structure you re dealing with. </p>
<p>Thx for the small tuto, very useful !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSStudent</title>
		<link>http://andreas.louca.org/2008/03/20/java-rsa-encryption-an-example/comment-page-1/#comment-26311</link>
		<dc:creator>CSStudent</dc:creator>
		<pubDate>Tue, 06 Oct 2009 02:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://andreas.louca.org/?p=34#comment-26311</guid>
		<description>thats nice, except where do we magically get KeyPair to appear on the other computer?</description>
		<content:encoded><![CDATA[<p>thats nice, except where do we magically get KeyPair to appear on the other computer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jihad</title>
		<link>http://andreas.louca.org/2008/03/20/java-rsa-encryption-an-example/comment-page-1/#comment-26307</link>
		<dc:creator>Jihad</dc:creator>
		<pubDate>Mon, 05 Oct 2009 18:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://andreas.louca.org/?p=34#comment-26307</guid>
		<description>i think there is still something missing in your code 
i&#039;ve tried to apply it but no matter what i do it get this 
&quot;java.security.InvalidKeyException: No installed provider supports this key: (null)&quot;
i&#039;ve tried to use the The Bouncy Castle Crypto APIs to get a provider 
but still it did not work !
any ideas ?</description>
		<content:encoded><![CDATA[<p>i think there is still something missing in your code<br />
i&#8217;ve tried to apply it but no matter what i do it get this<br />
&#8220;java.security.InvalidKeyException: No installed provider supports this key: (null)&#8221;<br />
i&#8217;ve tried to use the The Bouncy Castle Crypto APIs to get a provider<br />
but still it did not work !<br />
any ideas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajeshkannan</title>
		<link>http://andreas.louca.org/2008/03/20/java-rsa-encryption-an-example/comment-page-1/#comment-22019</link>
		<dc:creator>rajeshkannan</dc:creator>
		<pubDate>Sat, 04 Apr 2009 07:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://andreas.louca.org/?p=34#comment-22019</guid>
		<description>Hai Andreas,
how to encrypt huge number of text using RSA with keypair generator?
can i get source code for this?</description>
		<content:encoded><![CDATA[<p>Hai Andreas,<br />
how to encrypt huge number of text using RSA with keypair generator?<br />
can i get source code for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederic</title>
		<link>http://andreas.louca.org/2008/03/20/java-rsa-encryption-an-example/comment-page-1/#comment-19198</link>
		<dc:creator>Frederic</dc:creator>
		<pubDate>Thu, 08 Jan 2009 17:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://andreas.louca.org/?p=34#comment-19198</guid>
		<description>Thk for the example.  I did not know about the US Cryptographic Export Laws.  

2 notes : 

1- There&#039;s no mistake as Andreas explained, only some code portion missing (that was not needed).  

2- String message = (String) myEncyptedMessage.getObject(dec); (without r) - or refactor the object.</description>
		<content:encoded><![CDATA[<p>Thk for the example.  I did not know about the US Cryptographic Export Laws.  </p>
<p>2 notes : </p>
<p>1- There&#8217;s no mistake as Andreas explained, only some code portion missing (that was not needed).  </p>
<p>2- String message = (String) myEncyptedMessage.getObject(dec); (without r) &#8211; or refactor the object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renato Back</title>
		<link>http://andreas.louca.org/2008/03/20/java-rsa-encryption-an-example/comment-page-1/#comment-13280</link>
		<dc:creator>Renato Back</dc:creator>
		<pubDate>Thu, 04 Dec 2008 04:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://andreas.louca.org/?p=34#comment-13280</guid>
		<description>I believe there&#039;s a mistake and the following line

String message = (String)test.getObject(myEncyptedMessage);

Should actually be 

String message = (String) myEncryptedMessage.getObject(dec);

Thanks for the tutorial, it really helps out.

Cheers!</description>
		<content:encoded><![CDATA[<p>I believe there&#8217;s a mistake and the following line</p>
<p>String message = (String)test.getObject(myEncyptedMessage);</p>
<p>Should actually be </p>
<p>String message = (String) myEncryptedMessage.getObject(dec);</p>
<p>Thanks for the tutorial, it really helps out.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mic</title>
		<link>http://andreas.louca.org/2008/03/20/java-rsa-encryption-an-example/comment-page-1/#comment-1255</link>
		<dc:creator>Mic</dc:creator>
		<pubDate>Thu, 01 May 2008 10:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://andreas.louca.org/?p=34#comment-1255</guid>
		<description>I used this approach for encrypting files:
http://www-users.york.ac.uk/~mal503/lore/pkencryption.htm

It uses RSA to encrypt an AES shared key which is then used to encrypt the files. Not sure if it&#039;s the best way of doing things, but it works ;)</description>
		<content:encoded><![CDATA[<p>I used this approach for encrypting files:<br />
<a href="http://www-users.york.ac.uk/~mal503/lore/pkencryption.htm" rel="nofollow">http://www-users.york.ac.uk/~mal503/lore/pkencryption.htm</a></p>
<p>It uses RSA to encrypt an AES shared key which is then used to encrypt the files. Not sure if it&#8217;s the best way of doing things, but it works <img src='http://andreas.louca.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cp</title>
		<link>http://andreas.louca.org/2008/03/20/java-rsa-encryption-an-example/comment-page-1/#comment-1249</link>
		<dc:creator>cp</dc:creator>
		<pubDate>Wed, 30 Apr 2008 19:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://andreas.louca.org/?p=34#comment-1249</guid>
		<description>File, mpravo sigxaritira oti kalutero gia to mellon...</description>
		<content:encoded><![CDATA[<p>File, mpravo sigxaritira oti kalutero gia to mellon&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
