<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019372" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019372</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/crypting#comment-1115612</link>
    <description> &lt;p&gt;When creating the password, send the user the un-encrypted password.  Then store the encrypted password in a DB.  When checking a password, encrypt the password provided by the user (prolly via form submission) against the previosly encrypted password in the DB.  You&#039;re basically compairing two encrypted strings.&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 Oct 2002 04:00:00 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1115612 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/crypting#comment-1115607</link>
    <description> &lt;p&gt;I believe you can use the md5($string) function... that&#039;s how vB does it. Just insert into the database with md5($password) and decode it the same way. I might be wrong though.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.php.net/manual/en/function.md5.php&quot; class=&quot;bb-url&quot;&gt;PHP.net -&amp;gt; MD5()&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 Oct 2002 01:09:16 +0000</pubDate>
 <dc:creator>necrotic</dc:creator>
 <guid isPermaLink="false">comment 1115607 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
