Changes between Version 3 and Version 4 of Other/Summer/2015/dGPU6


Ignore:
Timestamp:
Jun 25, 2015, 1:38:53 PM (9 years ago)
Author:
zhaolulu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2015/dGPU6

    v3 v4  
     1
    12== Password Cracking By Using GPU ==
    23
     
    45
    56=== Introduction ===
    6 In cryptanalysis and computer security, password cracking is the process of recovering passwords from data that have been stored in or transmitted by a computer system.
     7In cryptanalysis and computer security, password cracking is the process of recovering passwords from data that have been stored in or transmitted by a computer system. There are two types of attack: one is Brute-force attack and the other is Dictionary attack. A common approach (brute-force attack) is to try guesses repeatedly for the password and check them against an available cryptographic hash of the password. A dictionary attack is defeating a cipher by trying to determine its decryption key or passphrase by trying hundreds or sometimes millions of likely possibilities. It generates the hash from the dictionary entry and then compares them with the passwords.