<?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: jCryption 1.1</title>
	<atom:link href="http://www.jcryption.org/2010/06/27/jcryption-1-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jcryption.org/2010/06/27/jcryption-1-1/</link>
	<description>javascript data encryption</description>
	<lastBuildDate>Wed, 19 Jun 2013 23:27:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Ravi Kamble</title>
		<link>http://www.jcryption.org/2010/06/27/jcryption-1-1/comment-page-1/#comment-106402</link>
		<dc:creator>Ravi Kamble</dc:creator>
		<pubDate>Tue, 17 Jul 2012 04:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jcryption.org/?p=157#comment-106402</guid>
		<description><![CDATA[Hi there,

I m using 1.1 release.

I am facing a problem, i would like to discuss.

I want to use single keyPair so i stored that keypair in my database.

Every time i have used this &#039;stored keypair&#039; for encryption and decryption. Everything was worked fine.But the only problem is when i restart my server, then i m unable to use the &#039;stored keypair&#039; again.After restart it started giving me exception.

Is it related to session or something?

Thanks,
Ravi.]]></description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I m using 1.1 release.</p>
<p>I am facing a problem, i would like to discuss.</p>
<p>I want to use single keyPair so i stored that keypair in my database.</p>
<p>Every time i have used this &#8216;stored keypair&#8217; for encryption and decryption. Everything was worked fine.But the only problem is when i restart my server, then i m unable to use the &#8216;stored keypair&#8217; again.After restart it started giving me exception.</p>
<p>Is it related to session or something?</p>
<p>Thanks,<br />
Ravi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nK</title>
		<link>http://www.jcryption.org/2010/06/27/jcryption-1-1/comment-page-1/#comment-31053</link>
		<dc:creator>nK</dc:creator>
		<pubDate>Fri, 29 Apr 2011 21:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jcryption.org/?p=157#comment-31053</guid>
		<description><![CDATA[Humm it&#039;s removed some of the code;

while (strlen(Data) greater than 30 OR strlen(Data) less than 2)
{
	Data = jCryptiondecrypt(Data...]]></description>
		<content:encoded><![CDATA[<p>Humm it&#8217;s removed some of the code;</p>
<p>while (strlen(Data) greater than 30 OR strlen(Data) less than 2)<br />
{<br />
	Data = jCryptiondecrypt(Data&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nK</title>
		<link>http://www.jcryption.org/2010/06/27/jcryption-1-1/comment-page-1/#comment-31052</link>
		<dc:creator>nK</dc:creator>
		<pubDate>Fri, 29 Apr 2011 21:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jcryption.org/?p=157#comment-31052</guid>
		<description><![CDATA[I&#039;ve got an annoying problem, I&#039;ve hardcoded a key into a text file for the javascript client and into the PHP code too (I know it&#039;s not a good idea but it&#039;s a long key and processing time is greatly reduced). Sometimes when I submit data, it works fine, other times it won&#039;t work at all, and I&#039;m logging the data it recieves and seeing no differences (I&#039;m submitting the data). If however I replace the decryption code with this;

while (strlen($Data) &gt; 30 &#124;&#124; strlen($Data) decrypt($Data, &quot;*snip*&quot;, &quot;*snip*&quot;);
}

After about 30 seconds of processing, it eventually spits out the correct string. I&#039;ve looked and looked but I&#039;m still unable to find the cause of it, would you happen to have any idea?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve got an annoying problem, I&#8217;ve hardcoded a key into a text file for the javascript client and into the PHP code too (I know it&#8217;s not a good idea but it&#8217;s a long key and processing time is greatly reduced). Sometimes when I submit data, it works fine, other times it won&#8217;t work at all, and I&#8217;m logging the data it recieves and seeing no differences (I&#8217;m submitting the data). If however I replace the decryption code with this;</p>
<p>while (strlen($Data) &gt; 30 || strlen($Data) decrypt($Data, &#8220;*snip*&#8221;, &#8220;*snip*&#8221;);<br />
}</p>
<p>After about 30 seconds of processing, it eventually spits out the correct string. I&#8217;ve looked and looked but I&#8217;m still unable to find the cause of it, would you happen to have any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Griesser</title>
		<link>http://www.jcryption.org/2010/06/27/jcryption-1-1/comment-page-1/#comment-18002</link>
		<dc:creator>Daniel Griesser</dc:creator>
		<pubDate>Thu, 17 Feb 2011 19:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jcryption.org/?p=157#comment-18002</guid>
		<description><![CDATA[I&#039;ve already fixed it on the Github Version ... I didn&#039;t update the site yet ... But thanks for reporting it again]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve already fixed it on the Github Version &#8230; I didn&#8217;t update the site yet &#8230; But thanks for reporting it again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aykut</title>
		<link>http://www.jcryption.org/2010/06/27/jcryption-1-1/comment-page-1/#comment-17865</link>
		<dc:creator>Aykut</dc:creator>
		<pubDate>Wed, 16 Feb 2011 18:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jcryption.org/?p=157#comment-17865</guid>
		<description><![CDATA[Totally agree to Vahe Pezeshkian post, please fix the issue with the IE and add a &quot;var&quot; before result-variable.

Nice library!]]></description>
		<content:encoded><![CDATA[<p>Totally agree to Vahe Pezeshkian post, please fix the issue with the IE and add a &#8220;var&#8221; before result-variable.</p>
<p>Nice library!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vahe Pezeshkian</title>
		<link>http://www.jcryption.org/2010/06/27/jcryption-1-1/comment-page-1/#comment-15249</link>
		<dc:creator>Vahe Pezeshkian</dc:creator>
		<pubDate>Sat, 29 Jan 2011 11:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jcryption.org/?p=157#comment-15249</guid>
		<description><![CDATA[Besides what Marcelo said about server-side php script, there is some point about client-side javascript.
IE will not be able to interpret the library correctly if you do not correct line 464 in jcryption.js file:

function biMultiplyDigit(x, y) {
	var n, c, uv;

	result = new BigInt();     =&gt;&gt; var result = new BigInt(); 
	n = biHighIndex(x);
	c = 0;
	for (var j = 0; j &gt;&gt; biRadixBits;
	}
	result.digits[1 + n] = c;
	return result;
}

You should add &quot;var&quot; keyword else you&#039;ll get object does not support method or property error in Internet Explorer.

Great library :)]]></description>
		<content:encoded><![CDATA[<p>Besides what Marcelo said about server-side php script, there is some point about client-side javascript.<br />
IE will not be able to interpret the library correctly if you do not correct line 464 in jcryption.js file:</p>
<p>function biMultiplyDigit(x, y) {<br />
	var n, c, uv;</p>
<p>	result = new BigInt();     =&gt;&gt; var result = new BigInt();<br />
	n = biHighIndex(x);<br />
	c = 0;<br />
	for (var j = 0; j &gt;&gt; biRadixBits;<br />
	}<br />
	result.digits[1 + n] = c;<br />
	return result;<br />
}</p>
<p>You should add &#8220;var&#8221; keyword else you&#8217;ll get object does not support method or property error in Internet Explorer.</p>
<p>Great library <img src='http://www.jcryption.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobi</title>
		<link>http://www.jcryption.org/2010/06/27/jcryption-1-1/comment-page-1/#comment-11133</link>
		<dc:creator>Tobi</dc:creator>
		<pubDate>Sun, 12 Dec 2010 18:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.jcryption.org/?p=157#comment-11133</guid>
		<description><![CDATA[Hi Daniel,

First: Great plugin for jQuery, maybe one of the best I ever used!

But I&#039;ve figured out that jCryption won&#039;t work if you use a  as submit button (it takes bout two or three hours to find out that :D )
It would be nice if you add the type=&quot;image&quot; submitbutton to the next version if jCryption.

Kind regards,
Tobi]]></description>
		<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>First: Great plugin for jQuery, maybe one of the best I ever used!</p>
<p>But I&#8217;ve figured out that jCryption won&#8217;t work if you use a  as submit button (it takes bout two or three hours to find out that <img src='http://www.jcryption.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  )<br />
It would be nice if you add the type=&#8221;image&#8221; submitbutton to the next version if jCryption.</p>
<p>Kind regards,<br />
Tobi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcelo</title>
		<link>http://www.jcryption.org/2010/06/27/jcryption-1-1/comment-page-1/#comment-10499</link>
		<dc:creator>Marcelo</dc:creator>
		<pubDate>Tue, 07 Dec 2010 13:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jcryption.org/?p=157#comment-10499</guid>
		<description><![CDATA[split() ha sido declarada OBSOLETA desde PHP 5.3.0.
en la linea 638:
$blocks = split(&#039; &#039;, $encrypted);
reemplazar por:
$blocks = explode(&#039; &#039;, $encrypted);]]></description>
		<content:encoded><![CDATA[<p>split() ha sido declarada OBSOLETA desde PHP 5.3.0.<br />
en la linea 638:<br />
$blocks = split(&#8216; &#8216;, $encrypted);<br />
reemplazar por:<br />
$blocks = explode(&#8216; &#8216;, $encrypted);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ｎ</title>
		<link>http://www.jcryption.org/2010/06/27/jcryption-1-1/comment-page-1/#comment-3703</link>
		<dc:creator>ｎ</dc:creator>
		<pubDate>Thu, 12 Aug 2010 15:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jcryption.org/?p=157#comment-3703</guid>
		<description><![CDATA[Thanks for your effort!
It can let me to solve the security easily.
Thank you!]]></description>
		<content:encoded><![CDATA[<p>Thanks for your effort!<br />
It can let me to solve the security easily.<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ｎ</title>
		<link>http://www.jcryption.org/2010/06/27/jcryption-1-1/comment-page-1/#comment-3702</link>
		<dc:creator>ｎ</dc:creator>
		<pubDate>Thu, 12 Aug 2010 15:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jcryption.org/?p=157#comment-3702</guid>
		<description><![CDATA[Thanks for your effort!
It can let me to slove the security easily.
Thank you!: )]]></description>
		<content:encoded><![CDATA[<p>Thanks for your effort!<br />
It can let me to slove the security easily.<br />
Thank you!: )</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! -->