deadonironsights wrote:No wonder why Windows doesn't feel compelled to salt their passwords...
Totally disagree.
Most users won't use a len14 password. Len 7-8-9 are vulnerable. Pretty much anything other than plaintext is secure with len14, unless it's a word, phrase, song lyrics, etc... Users choose shit passwords.

I tried using some online calculators to find the size of a len14 NTLM rainbow table, but none of them will calculate it for me. I guess calculating the size of them is even infeasible.
Yep.
Assume 100% ideal table coverage for a baseline (not possible, but a good ballpark).
Assume chain length 2 000 000 - insane, but doable.
92 bits needed for password storage, assume about 100 bits for hash storage. 192 bits per chain, 24 bytes per chain.
95^14 / (2 000 000) = 2438374895577649295044 chains
At 24 bytes per chain, 58520997493863583081056 bytes disk.
~51977087 PB
You do the math from here.
