<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020806" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020806</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/creating-secure-php-login-script#comment-1127865</link>
    <description> &lt;p&gt;Not a problem nuke &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 Mar 2003 10:03:53 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1127865 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/creating-secure-php-login-script#comment-1127856</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Renegade &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.evolt.org/article/Creating_a_Login_Script_with_PHP_4/17/19661/&quot; class=&quot;bb-url&quot;&gt;Here&#039;s&lt;/a&gt; a link you might find useful &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt; &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Thanks for that link Renegade. I think I&#039;ll be able to get the login script up and running with the help of that tutorial.&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 Mar 2003 07:51:34 +0000</pubDate>
 <dc:creator>nuk3</dc:creator>
 <guid isPermaLink="false">comment 1127856 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/creating-secure-php-login-script#comment-1127849</link>
    <description> &lt;p&gt;I&#039;m working on a script that will do either all the work for you or the main bulk of it.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://usermanage.sourceforge.net/&quot; class=&quot;bb-url&quot;&gt;http://usermanage.sourceforge.net/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 Mar 2003 05:18:19 +0000</pubDate>
 <dc:creator>Cog</dc:creator>
 <guid isPermaLink="false">comment 1127849 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/creating-secure-php-login-script#comment-1127755</link>
    <description> &lt;p&gt;MD5 is simply an encryption method (not specific to mySQL).  There is a mySQL function (conveniently called MD5) which will encrypt data with the MD5 algorythm.  Same for SHA1.&lt;/p&gt;
&lt;p&gt;PASSWORD() is specific to mySQL.&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Mar 2003 17:46:07 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1127755 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/creating-secure-php-login-script#comment-1127749</link>
    <description> &lt;p&gt;Oh, so MD5 is MySQL, too. Got it. While reading around, people were discussing them without specifying which went with what language.&lt;/p&gt;
&lt;p&gt;Thanks for the links guys, this is great. I keep reaping the benefits of other people asking questions, lol.&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Mar 2003 16:28:15 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1127749 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/creating-secure-php-login-script#comment-1127735</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.evolt.org/article/Creating_a_Login_Script_with_PHP_4/17/19661/&quot; class=&quot;bb-url&quot;&gt;Here&#039;s&lt;/a&gt; a link you might find useful &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Mar 2003 08:02:35 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1127735 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/creating-secure-php-login-script#comment-1127733</link>
    <description> &lt;p&gt;depends on your application..&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: quoted from here: &lt;a href=&quot;http://www.mysql.com/doc/en/Miscellaneous_functions.html#IDX1334&quot; class=&quot;bb-url&quot;&gt;http://www.mysql.com/doc/en/Miscellaneous_functions.html#IDX1334&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;PASSWORD() encryption is non-reversible. PASSWORD() does not perform password encryption in the same way that Unix passwords are encrypted. See ENCRYPT(). Note: The PASSWORD() function is used by the authentication system in MySQL Server, you should NOT use it in your own applications. For that purpose, use MD5() or SHA1() instead. Also see RFC-2195 for more information about handling passwords and authentication securely in your application.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Sounds like good enough advice for me.&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Mar 2003 06:43:37 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1127733 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/creating-secure-php-login-script#comment-1127732</link>
    <description> &lt;p&gt;On topic, is there an opinion out there regarding whether it&#039;s better to use PHP -- mcrypt, md5 (?) --  or MySQL -- PASSWORD()?&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Mar 2003 06:17:23 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1127732 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/creating-secure-php-login-script#comment-1127730</link>
    <description> &lt;p&gt;Thanks for your help samsm &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Mar 2003 05:51:28 +0000</pubDate>
 <dc:creator>nuk3</dc:creator>
 <guid isPermaLink="false">comment 1127730 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/creating-secure-php-login-script#comment-1127722</link>
    <description> &lt;p&gt;I posted something like this on another forum awhile ago. The answer I got back was: &quot;Make one yourself!&quot;&lt;/p&gt;
&lt;p&gt;Well, I wanted unlimited, multidimensional hierarchies so I am actually still working on completing that project. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;However, they are correct in that making a basic login script is pretty easy. I could attempt a step-by-step if you wanted.&lt;/p&gt;
&lt;p&gt;Heck, I&#039;ll write up a basic one right now:&lt;br /&gt;
1. Start session&lt;br /&gt;
2. If logged in user valiable exits (5) else (3)&lt;br /&gt;
3. Present log-in form. User submits data.&lt;br /&gt;
4. Check data against records. If valid, store username and such in a session variable. Goto (1)&lt;br /&gt;
5. Logged in, cool!&lt;/p&gt;
&lt;p&gt;The biggest security pitfall in PHP is relying upon registered global varaibles. This article explains that issue pretty well: &lt;a href=&quot;http://www.sitepoint.com/article/758&quot; class=&quot;bb-url&quot;&gt;http://www.sitepoint.com/article/758&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 23 Mar 2003 17:44:58 +0000</pubDate>
 <dc:creator>samsm</dc:creator>
 <guid isPermaLink="false">comment 1127722 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
