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.
Add this line to your application's Gemfile:
gem 'xkcdpass'
And then execute:
$ bundle
Or install it yourself as:
$ gem install xkcdpass
TODO: Write usage instructions here
- Fork it ( https://github.com/oppegard/xkcdpass/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request