<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Encryption of string'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Fri, 09 Jan 2009 00:46:07 GMT</pubDate>
<item>
<title>AndrewVos said on 4/16/08</title>
<link>http://snipplr.com/view/5037/encryption-of-string/</link>
<description><![CDATA[ <p>This is hashing not encryption. There's no way to get the string back.</p>

<p>You could use:
System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(password,"md5") 
if you just want to hash a password.</p> ]]></description>
<pubDate>Wed, 16 Apr 2008 03:07:35 GMT</pubDate>
<guid>http://snipplr.com/view/5037/encryption-of-string/</guid>
</item>
</channel>
</rss>