Recently Popular Passwords Tagged Tutorials
Sep 4
Encrypting passwords using PHP
When creating a membership based site security is paramount - especially if you're dealing with personal information. When it comes to passwords you'll want to encrypt them wherever they are stored so they can't be stolen. Here are a few things you can do to make your passwords as safe as possible.
Sep 4
Random Password Generation
A common feature found on many websites upon user registration are random passwords. This tutorial will walk you through a script that generates a random password to a given length.