Hacker News new | ask | show | jobs
by nkurz 5708 days ago
I think you're not understanding rainbow tables correctly: http://en.wikipedia.org/wiki/Rainbow_table

You need to process all the passwords (once) but only 1/N of them (for some large N) are stored on the disk.

1 comments

Pardon my ignorance. You're correct.