An attack that uses a brute-force technique of successively trying all the words in some large, exhaustive list.
An attack that uses a brute-force technique of successively trying all the words in some large, exhaustive list.
Examples: Attack an authentication service by trying all possible passwords. Attack an encryption service by encrypting some known plaintext phrase with all possible keys so that the key for any given encrypted message containing that phrase may be obtained by lookup.