Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 843 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 843 Bytes

xkcdpass: Generate a passphrase

Password Strength by xkcd

What it does

Passphrases are 4 words; adjective, noun, adverb, verb. I find this pattern produces phrases which are easier to remember/visualise than 4 completely random words as recommended by the xkcd comic.

Installation

Add this line to your application's Gemfile:

gem 'xkcdpass'

And then execute:

$ bundle

Or install it yourself as:

$ gem install xkcdpass

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/oppegard/xkcdpass/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request