Skip to content

atiksoftware/php-class-passgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Username and Password creater

It creating a spesific username and password You can use this for WHM, FTP, Admin Panel etc.


Installation

composer require atiksoftware/php-class-passgen

Usage example

require __DIR__.'/../vendor/autoload.php';

$auth = Atiksoftware\Security\Passgen::make("atiksoftware.com","!%&/xzcas56"); 
echo $auth->username."   ".$auth->password."\n";

// 4uj0et4d   [0m?/i_j)zqz


$auth = Atiksoftware\Security\Passgen::ForDomain("atiksoftware.com","123456"); 
echo $auth->username."   ".$auth->password."\n";

// hydzetm0   w3_m*zdy]m,y

About

It creating a spesific username and password You can use this for WHM, FTP, Admin Panel etc.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages