Password cracking

From Rixort Wiki
Revision as of 17:11, 22 July 2018 by Paul (talk | contribs) (Created page with "Steps required for password cracking software: # Identify the algorithm used. # Identify whether a salt is used. From these there are multiple stages: # If no salt is used...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Steps required for password cracking software:

  1. Identify the algorithm used.
  2. Identify whether a salt is used.

From these there are multiple stages:

  1. If no salt is used (e.g. plain MD5), consult a pre-computed lookup table.