Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 942 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 942 Bytes

TripPhrase

This gem is heavily inspired and was set in motion by Bret Victor's article tripphrases.

While the implementation may not be a one-to-one port of the original Perl program, the actual idea and motivation behind the gem is best described in Bret Victor's own words.

Installation

You know the drill:

gem install trip_phrase

Usage

Just give it a password (and optionally a custom salt):

$ trip_phrase
Usage: trip_phrase password [salt]

$ trip_phrase secret1234
sparge my extensible whaleboat

Credits

Kudos go out to Bret Victor, who happens to be working on some cool stuff you should check out.

High fives go out to WordNet, the people who distribute the lexical database used in this gem and make it ridiculously easy to play with the English language. :)