Salt Password Class
Package:
Summary:
Generate random passwords with salt
Groups:
Author:
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.
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.
Comments are closed.