Dictionary attack
In cryptanalysis and computer security, adictionary attack is a technique for defeating a cipher or authentication mechanism by trying to determine its decryption key or pass phrase by trying hundreds or sometimes millions of likely possibilities, such as words in a dictionary.
Pre-computed dictionary attack/ Rainbow table attack
It is possible to achieve a time-space trade off by pre-computing a list of hashes of dictionary words, and storing these in a database using the hash as the key. This requires a considerable amount of preparation time, but allows the actual attack to be executed faster.
'Computer Science > Terminology' 카테고리의 다른 글
System on a Chip (SoC) (0) | 2018.03.30 |
---|---|
Locator/Identifier Separation Protocol (LISP) (0) | 2018.03.30 |
Denial-of-Service (DoS) (0) | 2018.03.30 |
Single-Board Computer (SBC) (0) | 2018.03.30 |
Software-Defined Networking (SDN) (0) | 2018.03.30 |