Due to integration with Google App Engine, this service is temporarily unavailable. We apologize for your inconvenience.

Rainbow Table (MD5, SHA1)

A rainbow table is a lookup table offering a time-memory tradeoff used in recovering the plaintext password from a password hash generated by a hash function, often a cryptographic hash function. A common application is to make attacks against hashed passwords feasible. A salt is often employed with hashed passwords to make this attack more difficult, often infeasible. 1

Rainbow table2.svg

Lookup / Add

  1. http://en.wikipedia.org/wiki/Rainbow_table (TODO: Needs to be in an MLA format)