No commit activity in last 3 years
No release in over 3 years
Generate a list of passwords from command line with options for length and complexity into a file of your choice.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.7.0
>= 0.7
 Project Readme

PasswordListGenerator

Gem Version Build Status Dependency Status Code Climate Coverage Status

Description

Generate a list of passwords from the command line. The complexity of the password can be passed in through the CLI.

Installation

PasswordListGenerator is cryptographically signed. To be sure the gem you install hasn't been tampered with:

Add my public key (if you haven't already) as a trusted certificate gem

> gem cert --add <(curl -Ls https://raw.github.com/stephaneliu/password_generator/master/certs/stephaneliu_gem.pem)
> gem install password_list_generator -P HighSecurity.

Warning: This may cause installation to fail if non-signed depenedent gems are also being installed.

Usage

> pwgen
> pwgen -h # see more options

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-awesomie-feature)
  3. Commit your changes (git commit -am 'My some awesome feature')
  4. Push to branch (git push origin my-awesome-feature)
  5. Create a new Pull Request