G
G
George Soroka2014-10-02 12:16:37
Hashing
George Soroka, 2014-10-02 12:16:37

How to decrypt hash md5 (Wordpress)?

I set the options ./hashcat-cli64.bin -m 400 -a 4 ./... .txt ./ ... .dict (or check against rockyou.txt)
There is no result for a very long time, and it is unlikely to be.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
[
[email protected]><e, 2014-10-02
@barmaley_exe

1. Hashes are not decrypted.
2. But you can brute force all sorts of lines and see if the same thing happens. It's fast on video cards these days, so people try to slow down hashing algorithms by applying them multiple times.
3. You can also pre-hash a bunch of rows (see rainbow tables), and then look for the desired hash in this database
. More than for sure, this approach is used in somewhat modern wordpress.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question