<?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>diginc &#187; Javascript</title>
	<atom:link href="http://diginc.us/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://diginc.us</link>
	<description>\'dij-iŋk\</description>
	<lastBuildDate>Thu, 19 May 2011 14:49:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Encrypt forms&#8217; passwords before submitting with jquery</title>
		<link>http://diginc.us/code/2010/encrypt-forms-passwords-before-submitting-with-jquery/</link>
		<comments>http://diginc.us/code/2010/encrypt-forms-passwords-before-submitting-with-jquery/#comments</comments>
		<pubDate>Wed, 05 May 2010 19:49:07 +0000</pubDate>
		<dc:creator>diginc</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://diginc.us/?p=153</guid>
		<description><![CDATA[If a site&#8217;s login/registration isn&#8217;t encrypted using SSL why would you risk sending a user&#8217;s password in plain text to the form&#8217;s processing script? Because you didn&#8217;t know any better and didn&#8217;t read this how-to, that&#8217;s why. With today&#8217;s average &#8230; <a href="http://diginc.us/code/2010/encrypt-forms-passwords-before-submitting-with-jquery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If a site&#8217;s login/registration isn&#8217;t encrypted using SSL why would you risk sending a user&#8217;s password in plain text to the form&#8217;s processing script?  Because you didn&#8217;t know any better and didn&#8217;t read this how-to, that&#8217;s why.  With today&#8217;s average computer and connection speed adding a little encryption and downloading small library (in addition to jquery&#8217;s 76k or so) isn&#8217;t a big deal.  Here&#8217;s how I&#8217;m encrypting a password before form submission:</p>
<p><a href="/examples/pre-encrypt-password.php">Browser/Client side password encryption example</a><br />
<a href="/examples/pre-encrypt-password.zip">Download Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://diginc.us/code/2010/encrypt-forms-passwords-before-submitting-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: diginc.us @ 2012-02-06 01:07:50 -->
