<?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: Version 1.0 released!</title>
	<atom:link href="http://www.jcryption.org/2009/08/02/version-1-0-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jcryption.org/2009/08/02/version-1-0-released/</link>
	<description>javascript data encryption</description>
	<lastBuildDate>Wed, 01 Feb 2012 09:10:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Martin Farrow</title>
		<link>http://www.jcryption.org/2009/08/02/version-1-0-released/comment-page-1/#comment-31</link>
		<dc:creator>Martin Farrow</dc:creator>
		<pubDate>Wed, 12 Aug 2009 18:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jcryption.org/?p=149#comment-31</guid>
		<description>Thanks for the quick response.  My JS experience is limited :)</description>
		<content:encoded><![CDATA[<p>Thanks for the quick response.  My JS experience is limited <img src='http://www.jcryption.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Griesser</title>
		<link>http://www.jcryption.org/2009/08/02/version-1-0-released/comment-page-1/#comment-30</link>
		<dc:creator>Daniel Griesser</dc:creator>
		<pubDate>Wed, 12 Aug 2009 18:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jcryption.org/?p=149#comment-30</guid>
		<description>jCryption is written with an alias ...
You should&#039;t have problems when you call jCryption correctly ...

(function($){
...
})(jQuery);

That means I can use $ as I like in the plugin because it&#039;s an alias for jQuery.
I tested it now, and it works fine.</description>
		<content:encoded><![CDATA[<p>jCryption is written with an alias &#8230;<br />
You should&#8217;t have problems when you call jCryption correctly &#8230;</p>
<p>(function($){<br />
&#8230;<br />
})(jQuery);</p>
<p>That means I can use $ as I like in the plugin because it&#8217;s an alias for jQuery.<br />
I tested it now, and it works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Farrow</title>
		<link>http://www.jcryption.org/2009/08/02/version-1-0-released/comment-page-1/#comment-29</link>
		<dc:creator>Martin Farrow</dc:creator>
		<pubDate>Wed, 12 Aug 2009 15:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jcryption.org/?p=149#comment-29</guid>
		<description>Hi Daniel,

Fantastic library - this is probably what I am looking for :)

I have a request though: I need to integrate this library into a joomla cms site and there are some issues with JQuery and joomla&#039;s use of mootools.  According to JQuery (http://docs.jquery.com/Using_jQuery_with_Other_Libraries) you can put it into noConflict mode which eliminates the $ shortcut.  Can you provide an updated js file without the shortcut? 

Regards,
- Martin</description>
		<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>Fantastic library &#8211; this is probably what I am looking for <img src='http://www.jcryption.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I have a request though: I need to integrate this library into a joomla cms site and there are some issues with JQuery and joomla&#8217;s use of mootools.  According to JQuery (<a href="http://docs.jquery.com/Using_jQuery_with_Other_Libraries" rel="nofollow">http://docs.jquery.com/Using_jQuery_with_Other_Libraries</a>) you can put it into noConflict mode which eliminates the $ shortcut.  Can you provide an updated js file without the shortcut? </p>
<p>Regards,<br />
- Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Weis</title>
		<link>http://www.jcryption.org/2009/08/02/version-1-0-released/comment-page-1/#comment-15</link>
		<dc:creator>Steve Weis</dc:creator>
		<pubDate>Sat, 08 Aug 2009 17:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jcryption.org/?p=149#comment-15</guid>
		<description>This uses raw RSA in ECB mode. It is subsequently vulnerable to both chosen-plaintext and replay attacks. Plus, like most Javascript crypto, it&#039;s vulnerable to man-in-the-middle attacks.

Just use SSL. And watch this lecture by Nate Lawson: http://www.youtube.com/watch?v=ySQl0NhW1J0</description>
		<content:encoded><![CDATA[<p>This uses raw RSA in ECB mode. It is subsequently vulnerable to both chosen-plaintext and replay attacks. Plus, like most Javascript crypto, it&#8217;s vulnerable to man-in-the-middle attacks.</p>
<p>Just use SSL. And watch this lecture by Nate Lawson: <a href="http://www.youtube.com/watch?v=ySQl0NhW1J0" rel="nofollow">http://www.youtube.com/watch?v=ySQl0NhW1J0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Griesser</title>
		<link>http://www.jcryption.org/2009/08/02/version-1-0-released/comment-page-1/#comment-12</link>
		<dc:creator>Daniel Griesser</dc:creator>
		<pubDate>Sat, 08 Aug 2009 12:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jcryption.org/?p=149#comment-12</guid>
		<description>Hi
Thanks for your reply …
Yes, you are right jCryption is no replacement for SSL but i wrote this in the FAQ section.
The idea that encrypted data is sent back to the client is a nice idea, I already thought of that but in the full featured example you can see a “walk around” where you do not need to send back data to the client (if you only want to validate something).
But to send back encrypted data would be definitely a nice addition to jCryption.</description>
		<content:encoded><![CDATA[<p>Hi<br />
Thanks for your reply …<br />
Yes, you are right jCryption is no replacement for SSL but i wrote this in the FAQ section.<br />
The idea that encrypted data is sent back to the client is a nice idea, I already thought of that but in the full featured example you can see a “walk around” where you do not need to send back data to the client (if you only want to validate something).<br />
But to send back encrypted data would be definitely a nice addition to jCryption.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Otaegui</title>
		<link>http://www.jcryption.org/2009/08/02/version-1-0-released/comment-page-1/#comment-7</link>
		<dc:creator>Sebastian Otaegui</dc:creator>
		<pubDate>Sat, 08 Aug 2009 06:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jcryption.org/?p=149#comment-7</guid>
		<description>Hello Daniel, I really like your library.
It would be nice that you could inform in you home page that this doesnt replace ssl by any means, because depending on the kind of data your site manages, is not only important to encrypt the form posts but the data returned too.
Your library would be awesome (I think) to add login encription to phpbb.</description>
		<content:encoded><![CDATA[<p>Hello Daniel, I really like your library.<br />
It would be nice that you could inform in you home page that this doesnt replace ssl by any means, because depending on the kind of data your site manages, is not only important to encrypt the form posts but the data returned too.<br />
Your library would be awesome (I think) to add login encription to phpbb.</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! -->
