<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/password</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 19:31:04 GMT</pubDate>
<item>
<title>(PHP) Password Hash and Validation - StevenW721</title>
<link>http://snipplr.com/view/62288/password-hash-and-validation/</link>
<description><![CDATA[ <p>Calling generateHash() with a single argument (the plain text password) will cause a random string to be generated and used for the salt. The resulting string consists of the salt followed by the SHA-1 hash - this is to be stored away in your database. When you're checking a user's login, the situation is slightly different in that you already know the salt you'd like to use. The string stored in your database can be passed to generateHash() as the second argument when generating the hash of a user-supplied password for comparison.</p> ]]></description>
<pubDate>Wed, 04 Jan 2012 06:18:53 GMT</pubDate>
<guid>http://snipplr.com/view/62288/password-hash-and-validation/</guid>
</item>
<item>
<title>(PHP) unique password|code generator - zogmund</title>
<link>http://snipplr.com/view/60262/unique-passwordcode-generator/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 27 Oct 2011 19:50:27 GMT</pubDate>
<guid>http://snipplr.com/view/60262/unique-passwordcode-generator/</guid>
</item>
<item>
<title>(PHP) Wordpress - Custom Password Form - silentpro</title>
<link>http://snipplr.com/view/58042/wordpress--custom-password-form/</link>
<description><![CDATA[ <p>WP Functions</p> ]]></description>
<pubDate>Fri, 19 Aug 2011 23:11:49 GMT</pubDate>
<guid>http://snipplr.com/view/58042/wordpress--custom-password-form/</guid>
</item>
<item>
<title>(PHP) PHP equivalent of MySQL password() - karmacode</title>
<link>http://snipplr.com/view/57813/php-equivalent-of-mysql-password/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 14 Aug 2011 00:59:23 GMT</pubDate>
<guid>http://snipplr.com/view/57813/php-equivalent-of-mysql-password/</guid>
</item>
<item>
<title>(PHP) Username and password generator for .htpasswd files - hairzo</title>
<link>http://snipplr.com/view/56587/username-and-password-generator-for-htpasswd-files/</link>
<description><![CDATA[ <p>Created by me as a quick and secure way of creating a username and password for basic authentication via a .htpasswd file on an Apache server.

A live demo is available at http://www.chrishair.co.uk/supgha/

Thanks.</p> ]]></description>
<pubDate>Thu, 14 Jul 2011 07:18:15 GMT</pubDate>
<guid>http://snipplr.com/view/56587/username-and-password-generator-for-htpasswd-files/</guid>
</item>
<item>
<title>(PHP) .htaccess Password Protect - stephcode</title>
<link>http://snipplr.com/view/53721/htaccess-password-protect/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 18 May 2011 07:56:05 GMT</pubDate>
<guid>http://snipplr.com/view/53721/htaccess-password-protect/</guid>
</item>
<item>
<title>(PHP) Password Protect with PHP - stephcode</title>
<link>http://snipplr.com/view/53626/password-protect-with-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 May 2011 01:09:16 GMT</pubDate>
<guid>http://snipplr.com/view/53626/password-protect-with-php/</guid>
</item>
<item>
<title>(PHP) jQuery: show plain text in a password field and then make it a regular password field on focus - galofre</title>
<link>http://snipplr.com/view/49629/jquery-show-plain-text-in-a-password-field-and-then-make-it-a-regular-password-field-on-focus/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 Feb 2011 09:10:03 GMT</pubDate>
<guid>http://snipplr.com/view/49629/jquery-show-plain-text-in-a-password-field-and-then-make-it-a-regular-password-field-on-focus/</guid>
</item>
<item>
<title>(PHP) Super Easy Random String Generator - Useful for Passwords - motlive</title>
<link>http://snipplr.com/view/48429/super-easy-random-string-generator--useful-for-passwords/</link>
<description><![CDATA[ <p>I needed a way to generate some random strings for passwords, a number of methods seemed a little over the top so below is my simplified version that does the trick. I have set it to use non-confusing characters, so no i's, l's, 0's but very easy to change.</p> ]]></description>
<pubDate>Sat, 05 Feb 2011 00:15:47 GMT</pubDate>
<guid>http://snipplr.com/view/48429/super-easy-random-string-generator--useful-for-passwords/</guid>
</item>
<item>
<title>(PHP) PHP Password Strength Calculation - aamirrajpoot</title>
<link>http://snipplr.com/view/47836/php-password-strength-calculation/</link>
<description><![CDATA[ <p>Copied it for later use hehe</p> ]]></description>
<pubDate>Tue, 25 Jan 2011 17:14:02 GMT</pubDate>
<guid>http://snipplr.com/view/47836/php-password-strength-calculation/</guid>
</item>
<item>
<title>(PHP) PHP Password Generator - nsbucky</title>
<link>http://snipplr.com/view/46968/php-password-generator/</link>
<description><![CDATA[ <p>Function to simply generate a random password.</p> ]]></description>
<pubDate>Wed, 12 Jan 2011 12:19:27 GMT</pubDate>
<guid>http://snipplr.com/view/46968/php-password-generator/</guid>
</item>
<item>
<title>(PHP) PHP Password Encode/Decoder - whatshakin</title>
<link>http://snipplr.com/view/45005/php-password-encodedecoder/</link>
<description><![CDATA[ <p>I had the hardest time finding a reliable way to encode/decode the password temporarily for an integration.  So here it is.</p> ]]></description>
<pubDate>Mon, 29 Nov 2010 09:27:58 GMT</pubDate>
<guid>http://snipplr.com/view/45005/php-password-encodedecoder/</guid>
</item>
<item>
<title>(PHP) Random PAssword Generator - hmvrulz</title>
<link>http://snipplr.com/view/43481/random-password-generator/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 03 Nov 2010 16:57:36 GMT</pubDate>
<guid>http://snipplr.com/view/43481/random-password-generator/</guid>
</item>
<item>
<title>(PHP) Checking password complexity - newsok</title>
<link>http://snipplr.com/view/42943/checking-password-complexity/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 26 Oct 2010 03:43:42 GMT</pubDate>
<guid>http://snipplr.com/view/42943/checking-password-complexity/</guid>
</item>
<item>
<title>(PHP) Random password generator - stz184</title>
<link>http://snipplr.com/view/41865/random-password-generator/</link>
<description><![CDATA[ <p>This function can be used to generate random passwords with specified length. Also, can use specified list of characters ($index)  and generate passwords with only lower or only upper case characters.</p> ]]></description>
<pubDate>Fri, 08 Oct 2010 21:04:50 GMT</pubDate>
<guid>http://snipplr.com/view/41865/random-password-generator/</guid>
</item>
<item>
<title>(PHP) Function to make a Random Password - zenco</title>
<link>http://snipplr.com/view/41477/function-to-make-a-random-password/</link>
<description><![CDATA[ <p>This function is usefull and simple, specially when u create users databases</p> ]]></description>
<pubDate>Tue, 05 Oct 2010 03:38:02 GMT</pubDate>
<guid>http://snipplr.com/view/41477/function-to-make-a-random-password/</guid>
</item>
<item>
<title>(PHP) Simple Random Pass Generator - mladoux</title>
<link>http://snipplr.com/view/40846/simple-random-pass-generator/</link>
<description><![CDATA[ <p>A simple php function to generate random passwords between 8-14 characters long. Good for temporary passwords for use with a password recovery system as reset passwords.</p> ]]></description>
<pubDate>Tue, 21 Sep 2010 18:43:05 GMT</pubDate>
<guid>http://snipplr.com/view/40846/simple-random-pass-generator/</guid>
</item>
<item>
<title>(PHP) generatePassword - juannaviap</title>
<link>http://snipplr.com/view/39157/generatepassword/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Aug 2010 04:40:46 GMT</pubDate>
<guid>http://snipplr.com/view/39157/generatepassword/</guid>
</item>
<item>
<title>(PHP) Password generator - koko</title>
<link>http://snipplr.com/view/39044/password-generator/</link>
<description><![CDATA[ <p>A password generator in one line!</p> ]]></description>
<pubDate>Fri, 13 Aug 2010 21:41:50 GMT</pubDate>
<guid>http://snipplr.com/view/39044/password-generator/</guid>
</item>
<item>
<title>(PHP) From password string to stars (*) - ofadlaoui</title>
<link>http://snipplr.com/view/38497/from-password-string-to-stars-/</link>
<description><![CDATA[ <p>This simple snipplr will convert an password string to an censored string by stars (*). Usage:\r\n$myPwdCensored=passToStars(\\\"password\\\");\r\necho $myPwdCensored;\r\nI made this in 5min  Comment and FAV ! :-)\r\nMore PHP \"Snipplr\"s coming soon !</p> ]]></description>
<pubDate>Thu, 05 Aug 2010 06:11:00 GMT</pubDate>
<guid>http://snipplr.com/view/38497/from-password-string-to-stars-/</guid>
</item>
</channel>
</rss>
