Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M4767

Rainbow Table

Rainbow Table
TechnicalHigh supportCybersecurity
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

A precomputed lookup table of hash values, used to crack passwords by trading space for time. Attackers do not need to compute in real time; they simply look up the table.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

The power of preprocessing. Experts react quickly not because of superior real-time computation, but because they have a huge "rainbow table" (experience library/patterns) in their minds. When encountering a problem, they directly look it up, achieving a dimensionality reduction strike.

anchor

Anchor fast decisions

A rainbow table is a precomputed hash-to-plaintext lookup table that accelerates password cracking by trading space for time: attackers do not need to compute hashes in real time; they only need to look up the table to reverse plaintext, significantly reducing cracking cost.

MINIMUM ACTION

In progress 0/3

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

  • link
    en.wikipedia.orghttps://en.wikipedia.org/wiki/Rainbow_tableZH · Explicit
    verified

RELATED MODELS