<?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/"
	>

<channel>
	<title>jCryption</title>
	<atom:link href="http://www.jcryption.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jcryption.org</link>
	<description>javascript data encryption</description>
	<lastBuildDate>Sun, 27 Jun 2010 18:06:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>jCryption 1.1</title>
		<link>http://www.jcryption.org/2010/06/27/jcryption-1-1/</link>
		<comments>http://www.jcryption.org/2010/06/27/jcryption-1-1/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 18:06:47 +0000</pubDate>
		<dc:creator>Daniel Griesser</dc:creator>
		
		<guid isPermaLink="false">http://www.jcryption.org/?p=157</guid>
		<description><![CDATA[Hello everyone &#8230; It&#8217;s been a long time since I updated jCryption. But the time has come &#8230; jCryption 1.1 is here &#8230; I completly reworked the javascript code and almost redecued the filesize by the half. The biggest change is that you now can encrypt any string not just a form &#8230; But it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everyone &#8230;</p>
<p>It&#8217;s been a long time since I updated jCryption.<br />
But the time has come &#8230;<br />
jCryption 1.1 is here &#8230;</p>
<p>I completly reworked the javascript code and almost redecued the filesize by the half.<br />
The biggest change is that you now can encrypt any string not just a form &#8230;<br />
But it&#8217;s still as easy as before to encrypt a whole form.</p>
<p>For more information check out the new example &#038; doc page.</p>
<p>Thanks</p>
<p>Daniel</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jcryption.org/2010/06/27/jcryption-1-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jCryption featured in &#8211; (IN)Secure Magazine</title>
		<link>http://www.jcryption.org/2009/09/02/insecuremagazine/</link>
		<comments>http://www.jcryption.org/2009/09/02/insecuremagazine/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 17:57:00 +0000</pubDate>
		<dc:creator>Daniel Griesser</dc:creator>
		
		<guid isPermaLink="false">http://www.jcryption.org/?p=155</guid>
		<description><![CDATA[jCryption has been featured in the new issue of (IN)Secure Magazine on page 8. The latest issue of the magazine can be downloaded in PDF format from: http://www.net-security.org/insecuremag.php or directly here.]]></description>
			<content:encoded><![CDATA[<p>jCryption has been featured in the new issue of (IN)Secure Magazine on page 8.</p>
<p>The latest issue of the magazine can be downloaded in PDF format from:<br />
<a href="http://www.net-security.org/insecuremag.php" target="_blank">http://www.net-security.org/insecuremag.php</a><br />
or directly <a href="/static/INSECURE-Mag-22.pdf" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jcryption.org/2009/09/02/insecuremagazine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Version 1.0.1 security update released!</title>
		<link>http://www.jcryption.org/2009/08/15/version-1-0-1-security-update-released/</link>
		<comments>http://www.jcryption.org/2009/08/15/version-1-0-1-security-update-released/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 13:02:38 +0000</pubDate>
		<dc:creator>Daniel Griesser</dc:creator>
		
		<guid isPermaLink="false">http://www.jcryption.org/?p=153</guid>
		<description><![CDATA[The new version is released. I recommend everbody to download the update because it provides a better random generator and better padding in javascript. For some more information see the changelog. By the way, please change your PHP code so the Session variables (keys) will be unset on every request, because this prevents reply/cipher/plain-text attacks. [...]]]></description>
			<content:encoded><![CDATA[<p>The new version is released.<br />
I recommend everbody to download the update because it provides a better random generator and better padding in javascript.<br />
For some more information see the changelog.</p>
<p>By the way, please change your PHP code so the Session variables (keys) will be unset on every request, because this prevents reply/cipher/plain-text attacks.<br />
You can see it when you download the new examples or take a look in the PHP documentation.</p>
<p>Thanks<br />
Daniel</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jcryption.org/2009/08/15/version-1-0-1-security-update-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Version 1.0 released!</title>
		<link>http://www.jcryption.org/2009/08/02/version-1-0-released/</link>
		<comments>http://www.jcryption.org/2009/08/02/version-1-0-released/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 20:48:57 +0000</pubDate>
		<dc:creator>Daniel Griesser</dc:creator>
		
		<guid isPermaLink="false">http://www.jcryption.org/?p=149</guid>
		<description><![CDATA[Finally, jCryption version 1.0 is online now and free available for everyone. You can download it on the jCryption Google Code site http://code.google.com/p/jcryption/. Please give me your feedback how you like the site and jCryption itself. Daniel G.]]></description>
			<content:encoded><![CDATA[<p>Finally, <strong>jCryption version 1.0</strong> is online now and free available for everyone.<br />
You can download it on the jCryption Google Code site <a href="http://code.google.com/p/jcryption/" target="_blank">http://code.google.com/p/jcryption/</a>.</p>
<p>Please give me your feedback how you like the site and jCryption itself.</p>
<p>Daniel G.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jcryption.org/2009/08/02/version-1-0-released/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Site launched!</title>
		<link>http://www.jcryption.org/2009/07/21/site-launched/</link>
		<comments>http://www.jcryption.org/2009/07/21/site-launched/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 19:33:00 +0000</pubDate>
		<dc:creator>Daniel Griesser</dc:creator>
		
		<guid isPermaLink="false">http://localhost/wordpress2.8/?p=86</guid>
		<description><![CDATA[Hi there! I proundly present the jCryption.org Homepage. I hope you enjoy your visit here and find my plugin in some of way useful. If you have any advice, do not hesitate to contact me per mail or leave a comment here. Thanks! Daniel G.]]></description>
			<content:encoded><![CDATA[<p>Hi there!<br />
I proundly present the jCryption.org Homepage.<br />
I hope you enjoy your visit here and find my plugin in some of way useful.<br />
If you have any advice, do not hesitate to contact me per <a href="mailto:daniel.griesser@jcryption.org" target="_blank">mail</a> or leave a comment here.</p>
<p>Thanks!<br />
Daniel G.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jcryption.org/2009/07/21/site-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->