https://github.com/grimen/rainbow
Shell: MD5 hash lookup using on one of the biggest rainbow lookup tables available.
https://github.com/grimen/rainbow
Last synced: 22 days ago
JSON representation
Shell: MD5 hash lookup using on one of the biggest rainbow lookup tables available.
- Host: GitHub
- URL: https://github.com/grimen/rainbow
- Owner: grimen
- License: mit
- Created: 2009-03-14T03:46:35.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2009-03-14T03:46:54.000Z (about 16 years ago)
- Last Synced: 2024-10-18T00:19:37.091Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 78.1 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: MIT-LICENSE
Awesome Lists containing this project
README
h1. Rainbow
MD5 hash lookup using on one of the biggest rainbow lookup tables available.
h2. Requirements
* scrubyt (gem)
* nokogiri (gem)
* Internet connection =)h2. Installation
sudo gem install grimen-rainbowh2. Examples
h3. Terminal
$ rainbow 3858f62230ac3c915f300c664312c63f
Result: foobarh3. In you app
rainbow = Rainbow.new
result = rainbow.lookup('3858f62230ac3c915f300c664312c63f') # => 'foobar'h2. TODO
* Tests
* Local lookup (only remote lookup available this point)