MD5 Rainbow Tables
From Computing and Software Wiki
(Difference between revisions)
(→What is MD5?) |
(→What are Rainbow Tables?) |
||
Line 5: | Line 5: | ||
== What are Rainbow Tables? == | == What are Rainbow Tables? == | ||
- | + | Rainbow tables are tables which contain a hashed key and the real password associated with the hashed key. This essentially makes a rainbow table a lookup table. | |
---- | ---- |
Revision as of 01:40, 5 April 2009
What is MD5?
MD5 is a way for computers/servers to store passwords after applying an algorithm to the original password so that they become encrypted. This method is applied so that if a host compromised, then the passwords will still be encrypted.
What are Rainbow Tables?
Rainbow tables are tables which contain a hashed key and the real password associated with the hashed key. This essentially makes a rainbow table a lookup table.