<?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: Securing Java Objects for Plain Text Transport</title>
	<atom:link href="http://blog.arc90.com/2008/08/26/securing-java-objects-for-plain-text-transport/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arc90.com/2008/08/26/securing-java-objects-for-plain-text-transport/</link>
	<description>Web Application Design &#38; Development</description>
	<lastBuildDate>Thu, 09 Sep 2010 19:09:18 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris Dary</title>
		<link>http://blog.arc90.com/2008/08/26/securing-java-objects-for-plain-text-transport/#comment-6508</link>
		<dc:creator>Chris Dary</dc:creator>
		<pubDate>Sat, 05 Jun 2010 00:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2008/08/26/securing-java-objects-for-plain-text-transport/#comment-6508</guid>
		<description>Hi Sam,

You are, of course, absolutely correct. I&#039;ve updated the post to reflect that this should be only used as proof of concept level code.</description>
		<content:encoded><![CDATA[<p>Hi Sam,</p>
<p>You are, of course, absolutely correct. I&#8217;ve updated the post to reflect that this should be only used as proof of concept level code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Quigley</title>
		<link>http://blog.arc90.com/2008/08/26/securing-java-objects-for-plain-text-transport/#comment-6507</link>
		<dc:creator>Sam Quigley</dc:creator>
		<pubDate>Sat, 05 Jun 2010 00:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2008/08/26/securing-java-objects-for-plain-text-transport/#comment-6507</guid>
		<description>This is *not* a good way to store secrets.  The DES algorithm has been considered weak since the late 90s, and ECB mode is totally unsuitable for most purposes.  For details, see:

http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Electronic_codebook_.28ECB.29
http://en.wikipedia.org/wiki/Data_Encryption_Standard#Chronology

People looking for a simple way to encrypt things in Java should probably try Keyczar instead: http://www.keyczar.org/

-sq</description>
		<content:encoded><![CDATA[<p>This is *not* a good way to store secrets.  The DES algorithm has been considered weak since the late 90s, and ECB mode is totally unsuitable for most purposes.  For details, see:</p>
<p><a href="http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Electronic_codebook_.28ECB.29" rel="nofollow">http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Electronic_codebook_.28ECB.29</a><br />
<a href="http://en.wikipedia.org/wiki/Data_Encryption_Standard#Chronology" rel="nofollow">http://en.wikipedia.org/wiki/Data_Encryption_Standard#Chronology</a></p>
<p>People looking for a simple way to encrypt things in Java should probably try Keyczar instead: <a href="http://www.keyczar.org/" rel="nofollow">http://www.keyczar.org/</a></p>
<p>-sq</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Heidan</title>
		<link>http://blog.arc90.com/2008/08/26/securing-java-objects-for-plain-text-transport/#comment-718</link>
		<dc:creator>Oliver Heidan</dc:creator>
		<pubDate>Tue, 19 May 2009 05:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2008/08/26/securing-java-objects-for-plain-text-transport/#comment-718</guid>
		<description>Thank you for your code. It&#039;s very helpful to me.</description>
		<content:encoded><![CDATA[<p>Thank you for your code. It&#8217;s very helpful to me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
