sunny / dev-ideas

A issues-only repository to store a few code ideas
9 stars 0 forks source link

Webpage doing a google search for you password's MD5 hash #7

Open sunny opened 11 years ago

sunny commented 11 years ago

This helps to tell you if your password is an easy target to rainbow dictionary attacks.

If Google returns 0 results for a search for the MD5, it's a good assumption that it's an uncommon password.

caarlos0 commented 11 years ago

:+1: to this!

ook commented 11 years ago

Simple and bright idea. :+1:

sunny commented 11 years ago

Started something at rainbowed. Google's free 100 queries limit is a drag though…

sunny commented 11 years ago

Any ideas on how to bypass Google's 100 queries to make this into a useable little online service? Perhaps using another search engine?

caarlos0 commented 11 years ago

The DuckDuckGO API looks to have no limitations..

sunny commented 11 years ago

Seems that it's an API just for the "Instant Answer" part (Wikipedia, Wikia, Crunchbase, GitHub, WikiHow, The Free Dictionary, …), not from their Google results.

caarlos0 commented 11 years ago

hmm, so sad :/

sunny commented 9 years ago

Bing has a free JSON API. That could be a better starting point.