Glossary

Limitations of rainbow tables:

**Size** — Tables for complex passwords can be enormous (terabytes) - **Salt defeats them** — If each password has a unique salt, you would need a separate rainbow table for each salt, making the approach impractical - **Fixed hash type** — Each table is specific to one hash algorithm

Learn More

Related Terms