Recently Popular Passwords Tagged Tutorials



Sep 4

Encrypting passwords using PHP

Posted by , in PHP Tutorials

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.

Popularity: 20.3%

Thumbnail for Encrypting passwords using PHP
Clique It


Sep 4

Random Password Generation

Posted by , in PHP Tutorials

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.

Popularity: 21%

Thumbnail for Random Password Generation
Clique It