Pass

Gem Version Build Status

Description

Pass is a command-line tool to generate random passwords.

Installation

The first step is to install the gem

  gem install pass

Usage

You can run Pass to generate one random password. A generated password has 12 characters with more than one upper case letter, lower case letter, and numeric character.

  pass

If you need more passwords, you can specify the number of passwords.

  pass 12

You can specify the password length by -c option.

  pass -c 18

Options

  -c NUM                           specify password length
  -v, --version                    show version

License

The gem is available as open source under the terms of the MIT License.