<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - chrisaiv</title>
<link>http://snipplr.com/users/chrisaiv/tags/encyption</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 08 Oct 2008 06:49:48 GMT</pubDate>
<item>
<title>(Ruby) Encrypting / Decrypting Passwords using EzCrypto</title>
<link>http://snipplr.com/view/3958/encrypting--decrypting-passwords-using-ezcrypto/</link>
<description><![CDATA[ <p>First things First you need to install this ruby gem
user$ sudo gem install ezcrypto</p> ]]></description>
<pubDate>Sun, 21 Oct 2007 18:19:45 GMT</pubDate>
<guid>http://snipplr.com/view/3958/encrypting--decrypting-passwords-using-ezcrypto/</guid>
</item>
<item>
<title>(Ruby) Encrypting passwords for a database using one-way hash technique (SHA1)</title>
<link>http://snipplr.com/view/3957/encrypting-passwords-for-a-database-using-oneway-hash-technique-sha1/</link>
<description><![CDATA[ <p>Before you save a password to a database, it may make sense to encrypt it. That way when you do some user authentication, you can compare the users submitted password to the one on the database.</p> ]]></description>
<pubDate>Sun, 21 Oct 2007 17:58:33 GMT</pubDate>
<guid>http://snipplr.com/view/3957/encrypting-passwords-for-a-database-using-oneway-hash-technique-sha1/</guid>
</item>
</channel>
</rss>