PHP Classes

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

Recommend this page to a friend!
  Info   View files Example   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 45%Total: 561 This week: 1All time: 5,436 This week: 560Up
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
Age: 45
All time rank: 120467 in India India
Week rank: 411 Up26 in India India Up

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  
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

 Version Control Unique User Downloads Download Rankings  
 0%
Total:561
This week:1
All time:5,436
This week:560Up
User Ratings User Comments (1)
 All time
Utility:60%StarStarStarStar
Consistency:70%StarStarStarStar
Documentation:-
Examples:80%StarStarStarStarStar
Tests:-
Videos:-
Overall:45%StarStarStar
Rank:3306