0:00
dictionary attack A dictionary attack
0:02
uses a pre-ompiled list of common
0:04
passwords or words from a dictionary to
0:06
attempt login Instead of trying every
0:08
possible combination like in a brute
0:09
force attack a dictionary attack takes
0:11
advantage of users who choose weak or
0:13
commonly used passwords such as password
0:15
1 2 3 or let me in The attack works by
0:17
systematically comparing the hashed or
0:19
plain text password to entries in the
0:21
dictionary drastically speeding up the
0:22
process when targeting weak passwords
0:24
While this method is more efficient than
0:25
brute force for simple passwords it
0:27
becomes ineffective against strong
0:29
complex passwords Dictionary attacks are
0:31
popular because many users tend to pick
0:32
predictable passwords making this
0:34
approach faster and more likely to
0:35
succeed than more exhaustive techniques