<?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/language/ruby/tags/SHA1</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 11:21:07 GMT</pubDate>
<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>