ircop/passworder

Human-readable password generator

v0.1.3 2015-11-12 18:04 UTC

This package is not auto-updated.

Last update: 2024-04-26 13:41:09 UTC


README

Generates password from 2 parts: first is random, but well-readable string, seocnd is a word from dictionary.

All options are in config file:

  • random_uppercase: make several letters uppercase [true/false]
  • uppercase_chance: chance to make letter uppercase. Applies for each letter. [0-9]
  • add_numbers: add or not numbers to password (to the end of both parts). [true/false]
  • number_chance: chance to add number [0-9]
  • words => [] : dictionary.

Install

1: install via composer:

composer require ircop/passworder

2: add service provider:

Open config/app.php, and add to the providers array:

Ircop\Passworder\PassworderServiceProvider::class,

3: add facade alias:

In the config/app.php. add to the aliases array:

'Passworder' => Ircop\Passworder\Facade\Passworder::class,

4: Publishing config:

Run in the console:

./artisan vendor:publish --provider="Ircop\Passworder\PassworderServiceProvider"

Config will be moved to /config/passworder.php

Usage examples:

Code:

for( $i=0; $i<10; $i++ ) {
      echo \Passworder::gen()."<br>";
  }

Config:

    'random_uppercase' => true,
    'uppercase_chance' => 1,        # 0-9
    'add_numbers' => true,
    'number_chance' => 5,           # 0-9
    'delimeters'  => '-_!@%.#',

Output:

sobmu.heat
Rupke4.print
bistO2-doubt
penga#agree
TambU8#papeR6
RamdA!woman
tebPU-sleep
dogke.wOuNd4
Todki!linen
nanrO.WoRk6