<?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: Examples</title>
	<atom:link href="http://www.jcryption.org/demo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jcryption.org</link>
	<description>javascript data encryption</description>
	<lastBuildDate>Tue, 02 Feb 2010 10:04:53 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jagadesan</title>
		<link>http://www.jcryption.org/demo/comment-page-1/#comment-3156</link>
		<dc:creator>Jagadesan</dc:creator>
		<pubDate>Tue, 02 Feb 2010 10:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress2.8/?page_id=27#comment-3156</guid>
		<description>Hi, I tried this java version.
It is working well. 
But when i enter a user id of length more than 49, then the password value becomes null &amp; the user id is showing only a 49 length value.
How to solve this?</description>
		<content:encoded><![CDATA[<p>Hi, I tried this java version.<br />
It is working well.<br />
But when i enter a user id of length more than 49, then the password value becomes null &amp; the user id is showing only a 49 length value.<br />
How to solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frc</title>
		<link>http://www.jcryption.org/demo/comment-page-1/#comment-3147</link>
		<dc:creator>Frc</dc:creator>
		<pubDate>Wed, 20 Jan 2010 16:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress2.8/?page_id=27#comment-3147</guid>
		<description>Check this
http://www.michalfranc.com/articles/jcryption.html
:)</description>
		<content:encoded><![CDATA[<p>Check this<br />
<a href="http://www.michalfranc.com/articles/jcryption.html" rel="nofollow">http://www.michalfranc.com/articles/jcryption.html</a><br />
 <img src='http://www.jcryption.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajeev</title>
		<link>http://www.jcryption.org/demo/comment-page-1/#comment-3146</link>
		<dc:creator>rajeev</dc:creator>
		<pubDate>Wed, 20 Jan 2010 09:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress2.8/?page_id=27#comment-3146</guid>
		<description>Hello amr gawish,

Can u pl provide the java implimentation for the same.</description>
		<content:encoded><![CDATA[<p>Hello amr gawish,</p>
<p>Can u pl provide the java implimentation for the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel ROZE</title>
		<link>http://www.jcryption.org/demo/comment-page-1/#comment-2984</link>
		<dc:creator>Samuel ROZE</dc:creator>
		<pubDate>Sun, 27 Dec 2009 11:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress2.8/?page_id=27#comment-2984</guid>
		<description>You can see jCryption2 at http://www.d-sites.com/projets/jcryption2/ which is not the version 2 of jCryption but is more complex and allow to do something with the encrypted string.</description>
		<content:encoded><![CDATA[<p>You can see jCryption2 at <a href="http://www.d-sites.com/projets/jcryption2/" rel="nofollow">http://www.d-sites.com/projets/jcryption2/</a> which is not the version 2 of jCryption but is more complex and allow to do something with the encrypted string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frc</title>
		<link>http://www.jcryption.org/demo/comment-page-1/#comment-2982</link>
		<dc:creator>Frc</dc:creator>
		<pubDate>Mon, 21 Dec 2009 20:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress2.8/?page_id=27#comment-2982</guid>
		<description>Check this
http://www.michalfranc.com/articles/jcryption.html</description>
		<content:encoded><![CDATA[<p>Check this<br />
<a href="http://www.michalfranc.com/articles/jcryption.html" rel="nofollow">http://www.michalfranc.com/articles/jcryption.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FX</title>
		<link>http://www.jcryption.org/demo/comment-page-1/#comment-2978</link>
		<dc:creator>FX</dc:creator>
		<pubDate>Fri, 18 Dec 2009 20:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress2.8/?page_id=27#comment-2978</guid>
		<description>Hi Frc,

Could you provide me the Java implementation?

Thanks,
FX</description>
		<content:encoded><![CDATA[<p>Hi Frc,</p>
<p>Could you provide me the Java implementation?</p>
<p>Thanks,<br />
FX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel ROZE</title>
		<link>http://www.jcryption.org/demo/comment-page-1/#comment-2955</link>
		<dc:creator>Samuel ROZE</dc:creator>
		<pubDate>Sun, 22 Nov 2009 18:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress2.8/?page_id=27#comment-2955</guid>
		<description>The big problem of jCryption is that it want to do everything himself : to get encryption keys, it must be with an ajax request and JSON result, it cannot be a user function. The same thing for encrypted result: some users may want to get the result without sending the form.

That&#039;s why a extremly modify the jCryption&#039;s architecture in my project which is using it.

However, jCryption is an extremly interresting library and can help everybody to secure some data. ;-)</description>
		<content:encoded><![CDATA[<p>The big problem of jCryption is that it want to do everything himself : to get encryption keys, it must be with an ajax request and JSON result, it cannot be a user function. The same thing for encrypted result: some users may want to get the result without sending the form.</p>
<p>That&#8217;s why a extremly modify the jCryption&#8217;s architecture in my project which is using it.</p>
<p>However, jCryption is an extremly interresting library and can help everybody to secure some data. <img src='http://www.jcryption.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashwin</title>
		<link>http://www.jcryption.org/demo/comment-page-1/#comment-2948</link>
		<dc:creator>Ashwin</dc:creator>
		<pubDate>Fri, 13 Nov 2009 04:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress2.8/?page_id=27#comment-2948</guid>
		<description>Can i use this library to encrypt any custom string ???
Some method like 

var encryptedString = jcryption.encrypt(&quot;custom&quot;);

????

It would be really helpful if any one provides me with such a solution ???</description>
		<content:encoded><![CDATA[<p>Can i use this library to encrypt any custom string ???<br />
Some method like </p>
<p>var encryptedString = jcryption.encrypt(&#8221;custom&#8221;);</p>
<p>????</p>
<p>It would be really helpful if any one provides me with such a solution ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashwin</title>
		<link>http://www.jcryption.org/demo/comment-page-1/#comment-2943</link>
		<dc:creator>Ashwin</dc:creator>
		<pubDate>Mon, 09 Nov 2009 04:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress2.8/?page_id=27#comment-2943</guid>
		<description>Hi Frac,

    Can you provide me java version of backend


Thanks
Ashwin</description>
		<content:encoded><![CDATA[<p>Hi Frac,</p>
<p>    Can you provide me java version of backend</p>
<p>Thanks<br />
Ashwin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Griesser</title>
		<link>http://www.jcryption.org/demo/comment-page-1/#comment-2934</link>
		<dc:creator>Daniel Griesser</dc:creator>
		<pubDate>Mon, 02 Nov 2009 19:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress2.8/?page_id=27#comment-2934</guid>
		<description>Sorry this isn&#039;t possible because with this request the keys are generated on the server. 
Theoretically it is possible to eliminate this request but this would increase page load times because the keys must be written to javascript in advance. 
I am working on an alternative to deliver precalculated prime arrays so key generation will be much faster.</description>
		<content:encoded><![CDATA[<p>Sorry this isn&#8217;t possible because with this request the keys are generated on the server.<br />
Theoretically it is possible to eliminate this request but this would increase page load times because the keys must be written to javascript in advance.<br />
I am working on an alternative to deliver precalculated prime arrays so key generation will be much faster.</p>
]]></content:encoded>
	</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! -->