Sha256: 3b3c4dbd6ee273bb16de04def83ae714cebc049d937407001182dd62f0ee994d

Contents?: true

Size: 643 Bytes

Versions: 1

Compression:

Stored size: 643 Bytes

Contents

# pwm

pwm very simply generates reasonably secure passwords. That's it; that's all it does.

Passwords are chosen from the set of all upper-case and lower-case letters, plus the digits 2 through 9. 0 and 1 are not used to avoid confusion with O and I.

## Usage

    require 'pwm'
    Pwm.password(length)

The default length is 16.

You can also call pwm from the command line:

    $ pwm # default 16 character password
    $ pwm 12 # some other length

## Author

Mark Cornick <mark@markcornick.com>

## (Lack of) Copyright

To the extent possible under law, Mark Cornick has waived all copyright and related or neighboring rights to pwm.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pwm-1.0.1 README.md