<?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/tags/password</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 03:32:59 GMT</pubDate>
<item>
<title>(PHP) Star out password for reminder - tylerpenney</title>
<link>http://snipplr.com/view/71276/star-out-password-for-reminder/</link>
<description><![CDATA[ <p>Nice little function will star out a password for simple reminder - 
Original Password: password41!
New: ******d41! 
Enter number of letters to show at end with $number_show</p> ]]></description>
<pubDate>Thu, 23 May 2013 08:12:10 GMT</pubDate>
<guid>http://snipplr.com/view/71276/star-out-password-for-reminder/</guid>
</item>
<item>
<title>(PHP) Automatic Password Generation in PHP - apphp-snippets</title>
<link>http://snipplr.com/view/70019/automatic-password-generation-in-php/</link>
<description><![CDATA[ <p>Sometimes you need to generate passwords for customers automatically when a new account is created. This code allows you choose the desired length and strength for the password and it is very flexible.</p> ]]></description>
<pubDate>Wed, 20 Feb 2013 21:25:44 GMT</pubDate>
<guid>http://snipplr.com/view/70019/automatic-password-generation-in-php/</guid>
</item>
<item>
<title>(PHP) BCrypt - mladoux</title>
<link>http://snipplr.com/view/66740/bcrypt/</link>
<description><![CDATA[ <p>Only tested on PHP 5.4.4. Generates and verifies bcrypt hashes. Multibyte safe</p> ]]></description>
<pubDate>Wed, 15 Aug 2012 13:18:57 GMT</pubDate>
<guid>http://snipplr.com/view/66740/bcrypt/</guid>
</item>
<item>
<title>(PHP) passwordHash() – generate salted passwords - feeela</title>
<link>http://snipplr.com/view/66454/passwordhash--generate-salted-passwords/</link>
<description><![CDATA[ <p>Simple password hashing function without recursion using a salt, that is stored together with the password.</p> ]]></description>
<pubDate>Wed, 01 Aug 2012 19:08:46 GMT</pubDate>
<guid>http://snipplr.com/view/66454/passwordhash--generate-salted-passwords/</guid>
</item>
<item>
<title>(PHP) Password storing/checking class. Keeping passwords safe. - ptodorov</title>
<link>http://snipplr.com/view/66073/password-storingchecking-class-keeping-passwords-safe/</link>
<description><![CDATA[ <p>Nice implementation of Blowfish for storing user passwords to prevent decryption when for example the user database is compromised. Origin: Burak Guzel@Nettuts</p> ]]></description>
<pubDate>Wed, 11 Jul 2012 16:48:14 GMT</pubDate>
<guid>http://snipplr.com/view/66073/password-storingchecking-class-keeping-passwords-safe/</guid>
</item>
<item>
<title>(PHP) Portable PHP Password Hashing Framework - Modified for CodeIgniter - mladoux</title>
<link>http://snipplr.com/view/65225/portable-php-password-hashing-framework--modified-for-codeigniter/</link>
<description><![CDATA[ <p>Modified by adding public and protected declarations, renamed PasswordHash
constructor to __construct. Adapted for use with CodeIgniter</p> ]]></description>
<pubDate>Mon, 28 May 2012 06:40:41 GMT</pubDate>
<guid>http://snipplr.com/view/65225/portable-php-password-hashing-framework--modified-for-codeigniter/</guid>
</item>
<item>
<title>(Python) Python Password Generator - p1p1092</title>
<link>http://snipplr.com/view/63223/python-password-generator/</link>
<description><![CDATA[ <p>A simple python password generator...</p> ]]></description>
<pubDate>Fri, 10 Feb 2012 06:36:02 GMT</pubDate>
<guid>http://snipplr.com/view/63223/python-password-generator/</guid>
</item>
<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>(Python) Password Strength Checker - hlongmore</title>
<link>http://snipplr.com/view/57898/password-strength-checker/</link>
<description><![CDATA[ <p>This is based on the JavaScript snippet at the snipplr URL listed.  It in turn referenced a page that is no longer available.  So I have decided to make my pythonification of the JavaScript available for others instead of hoarding it.</p> ]]></description>
<pubDate>Wed, 17 Aug 2011 17:03:02 GMT</pubDate>
<guid>http://snipplr.com/view/57898/password-strength-checker/</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>(ActionScript 3) AS3 Create Random Password - adrianparr</title>
<link>http://snipplr.com/view/56932/as3-create-random-password/</link>
<description><![CDATA[ <p>Based upon this (https://gist.github.com/988479) but made a few fixes.</p> ]]></description>
<pubDate>Thu, 21 Jul 2011 00:26:45 GMT</pubDate>
<guid>http://snipplr.com/view/56932/as3-create-random-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>(jQuery) jQuery Match Password - vagrantradio</title>
<link>http://snipplr.com/view/49169/jquery-match-password/</link>
<description><![CDATA[ <p>Check if passwords are the same on submit.</p> ]]></description>
<pubDate>Fri, 18 Feb 2011 00:51:21 GMT</pubDate>
<guid>http://snipplr.com/view/49169/jquery-match-password/</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>(HTML) Formulário de recuperação de senha - adriano</title>
<link>http://snipplr.com/view/47955/formulrio-de-recuperao-de-senha/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 27 Jan 2011 06:30:37 GMT</pubDate>
<guid>http://snipplr.com/view/47955/formulrio-de-recuperao-de-senha/</guid>
</item>
</channel>
</rss>