Skip to content
/ rainbow Public

Shell: MD5 hash lookup using on one of the biggest rainbow lookup tables available.

License

Notifications You must be signed in to change notification settings

grimen/rainbow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rainbow

MD5 hash lookup using on one of the biggest rainbow lookup tables available.

Requirements

  • scrubyt (gem)
  • nokogiri (gem)
  • Internet connection =)

Installation


sudo gem install grimen-rainbow

Examples

Terminal


$ rainbow 3858f62230ac3c915f300c664312c63f
Result: foobar

In you app


rainbow = Rainbow.new
result = rainbow.lookup('3858f62230ac3c915f300c664312c63f') # => 'foobar'

TODO

  • Tests
  • Local lookup (only remote lookup available this point)

About

Shell: MD5 hash lookup using on one of the biggest rainbow lookup tables available.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages