
08-15-2011, 12:54 PM
|
 |
Senior Club Cobra Member
|
|
|
Join Date: Mar 2001
Location: Northport,
NY
Cobra Make, Engine: Kirkham, KMP178 / '66 GT350H, 4-speed
Posts: 10,362
|
|
Not Ranked
Short-winded answer: rainbow tables are part of a 'hacking' process to reverse-decode stored passwords on a system (i.e., server...not your own PC)
Passwords on a system are never saved in plain text; they are hashed (crunched) and saved with an encryption. The table technique is used programmatically to try and reverse the hashing without knowing the encryption key to come up with the plain-text password that was originally used to create the scrambled-saved one.
That's all I am allowed to say.
Best bet to protect yourself is to use passwords that have one or a few upper case characters and one allowed symbol ( #,$,%,^,&,*).
And protection from table hacking is enhanced by having a longer password than normal.
|