Skip to content

Generate random passwords using a cryptographically secure RNG.

License

Notifications You must be signed in to change notification settings

icecave/abraxas

Repository files navigation

Abraxas

Build Status Code Coverage Latest Version

Abraxas is very simple PHP library for generating random passwords using a cryptographically secure RNG.

composer require icecave/abraxas

Example

$generator = new Icecave\Abraxas\PasswordGenerator;

$generator->setMinimumLength(6);
$generator->setMaximumLength(10);
$generator->setAllowAmbiguousCharacters(false);

$password = $generator->generate();

About

Generate random passwords using a cryptographically secure RNG.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages