<?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"
	>
<channel>
	<title>Comments on: Jasypt</title>
	<atom:link href="http://happygiraffe.net/blog/2008/07/22/jasypt/feed/" rel="self" type="application/rss+xml" />
	<link>http://happygiraffe.net/blog/2008/07/22/jasypt/</link>
	<description></description>
	<pubDate>Sat, 22 Nov 2008 08:20:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Dominic Mitchell</title>
		<link>http://happygiraffe.net/blog/2008/07/22/jasypt/#comment-527</link>
		<dc:creator>Dominic Mitchell</dc:creator>
		<pubDate>Wed, 30 Jul 2008 09:37:30 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12976#comment-527</guid>
		<description>&lt;p&gt;Well, that&#8217;s a challenge.  :)&lt;/p&gt;


	&lt;p&gt;For my purposes, I used a key stored in the &lt;code&gt;web.xml&lt;/code&gt;.  This was suitable for my purposes — obfuscating cookies.&lt;/p&gt;


	&lt;p&gt;If you want to do it properly and only store the key in memory, there is a solution.  Check out &lt;a href="http://www.jasypt.org/webconfiguration.html" rel="nofollow"&gt;Web &lt;span class="caps"&gt;PBE&lt;/span&gt; Configuration&lt;/a&gt;.  That sets up a Filter which prompts for a password if the webapp is unconfigured.&lt;/p&gt;


	&lt;p&gt;If it&#8217;s not a webapp you&#8217;re writing, you could just prompt for a password on app startup.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Well, that&#8217;s a challenge.  <img src='http://happygiraffe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For my purposes, I used a key stored in the <code>web.xml</code>.  This was suitable for my purposes — obfuscating cookies.</p>
<p>If you want to do it properly and only store the key in memory, there is a solution.  Check out <a href="http://www.jasypt.org/webconfiguration.html" rel="nofollow">Web <span class="caps">PBE</span> Configuration</a>.  That sets up a Filter which prompts for a password if the webapp is unconfigured.</p>
<p>If it&#8217;s not a webapp you&#8217;re writing, you could just prompt for a password on app startup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://happygiraffe.net/blog/2008/07/22/jasypt/#comment-526</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 30 Jul 2008 07:43:56 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12976#comment-526</guid>
		<description>&lt;p&gt;Hi&lt;/p&gt;


	&lt;p&gt;encryptor.setPassword(key);  &#60;&#8212;your key is encrypted also, and retrieve it from external?&lt;/p&gt;


	&lt;p&gt;how do you do it?&lt;/p&gt;


	&lt;p&gt;Thanks.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>encryptor.setPassword(key);  &lt;&#8212;your key is encrypted also, and retrieve it from external?</p>
<p>how do you do it?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
