What is a dictionary attack?
Posted
by Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2009-10-10T10:34:22Z
Indexed on
2010/04/25
15:33 UTC
Read the original article
Hit count: 297
security
|rainbowtable
When we say dictionary attack, we don't really mean a real dictionary, do we? My guess is we mean a hacker's dictionary i.e. rainbow tables, right?
My point is we're not talking about someone keying different passwords into the login box, we're talking about someone who has full access to your database (which has hashed passwords, not plain passwords) and this person is reversing the hashes, right?
© Stack Overflow or respective owner