August 2018
Intermediate to advanced
254 pages
6h 20m
English
As we learned in the previous section, passwords are never stored in a plain-text format and are always hashed using some kind of algorithm. In order to crack the password hash, we first must identify what algorithm has been used to hash the password. Kali Linux has a tool called hash-identifier which takes a password hash as an input and tells us the probable hash algorithm used, as shown in the following image:

Read now
Unlock full access