PHP Classes

Secure Password Generator: Create random password made of sets of characters

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 43%Total: 561 All time: 5,440 This week: 673Up
Version License PHP version Categories
secpasswordgenerator 1.0Artistic License5.0PHP 5, Text processing, Security
Description 

Author

This class can create random password made of sets of characters.

It takes a set of characters that can be made of upper and lower case letters, digits and symbol characters and picks random characters of that set.

The length of generated text is a configurable parameter.

Picture of AMit Pandey
Name: AMit Pandey <contact>
Classes: 2 packages by
Country: India India

Example

<?php
require_once('SecurePasswordGenerator.php');

echo
SecurePasswordGenerator::generate ( ); Will generate the password with 8 string length
echo SecurePasswordGenerator::generate ( 10 ); Will generate the password with 10 string length


  Files folder image Files (2)  
File Role Description
Accessible without login Plain text file example.php Example Thsi si used for example
Plain text file SecurePasswordGenerator.php Class This will generate the secure password

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:561
This week:0
All time:5,440
This week:673Up
User Ratings User Comments (1)
 All time
Utility:58%StarStarStar
Consistency:66%StarStarStarStar
Documentation:-
Examples:75%StarStarStarStar
Tests:-
Videos:-
Overall:43%StarStarStar
Rank:3586