Dehasher Tool

Convert hashed combos back into readable lines.

The Dehasher indexes each line in your input file, so initial loading can take a moment. Follow the four-step flow to produce cleaned combos.

Step 1: Upload the Hashed File

Inspect the file beforehand to identify the pattern:

  • Hash:Item — the hash appears first, followed by the plaintext value.
  • Item:Hash — the plaintext value appears first, followed by the hash.

Step 2: Choose the Pattern

Pick the matching pattern inside the UI:

  • Hash:Item (for example 781e5e245d69b566979b86e28d23f2c7:user@example.com)
  • Item:Hash (for example user@example.com:781e5e245d69b566979b86e28d23f2c7)

Step 3: Select the Machine

Choose the machine that will run the dehashing task.

Step 4: Save the Results

When the run completes, scroll to the results section and export the recovered combos. If a file produces no matches, move on to the next one.

On this page