2017 © Pedro Peláez
 

library abraxas

Generate random passwords using a cryptographically secure RNG.

image

icecave/abraxas

Generate random passwords using a cryptographically secure RNG.

  • Wednesday, October 8, 2014
  • by jmalloc
  • Repository
  • 3 Watchers
  • 3 Stars
  • 1,201 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Abraxas

Build Status Code Coverage Latest Version, (*1)

Abraxas is very simple PHP library for generating random passwords using a cryptographically secure RNG., (*2)

composer require icecave/abraxas

Example

$generator = new Icecave\Abraxas\PasswordGenerator;

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

$password = $generator->generate();

The Versions

08/10 2014

dev-develop

dev-develop https://github.com/IcecaveStudios/abraxas

Generate random passwords using a cryptographically secure RNG.

  Sources   Download

MIT

The Requires

 

The Development Requires

generator password crypto generate generation random passphrase

18/09 2014

dev-master

9999999-dev https://github.com/IcecaveStudios/abraxas

Generate random passwords using a cryptographically secure RNG.

  Sources   Download

MIT

The Requires

 

The Development Requires

generator password crypto generate generation random passphrase

18/09 2014

1.1.0

1.1.0.0 https://github.com/IcecaveStudios/abraxas

Generate random passwords using a cryptographically secure RNG.

  Sources   Download

MIT

The Requires

 

The Development Requires

generator password crypto generate generation random passphrase

09/09 2014

1.0.0

1.0.0.0 https://github.com/IcecaveStudios/abraxas

Generate random passwords using a cryptographically secure RNG.

  Sources   Download

MIT

The Requires

 

The Development Requires

generator password crypto generate generation random passphrase

11/04 2014

0.1.0

0.1.0.0 https://github.com/IcecaveStudios/abraxas

Generate random passwords using a cryptographically secure RNG.

  Sources   Download

MIT

The Requires

 

The Development Requires

generator password crypto generate generation random passphrase