Salt Password Class

Package:
Salt Password Class
Summary:
Generate random passwords with salt
Groups:
PHP 5, Security, Text processing, User Management
Author:
Ákos Nikházy
Description:
This class can be used to generate random passwords with salt.

It can generate a random password of a configurable length which may include letters, digits and optionally some special symbol characters.

The class may also generate a random salt value that is appended to the password before taking its MD5 hash to store in a database or file for posterior password verification.


Powered by Gewgley