Rainbow Table


Rainbow tables are tables of pre-calculated hashes of all passwords available within a certain character space.

  • called rainbow tables because they contain every letter combination “under the rainbow”
  • how it works:
    • attacker takes the hashed value and searches the rainbow table for a match
    • if found, then the original text for the hash is found