A
A
Anton2018-04-12 14:15:53
MySQL
Anton, 2018-04-12 14:15:53

Is there a way to recover password from Mysql3 hash?

Hello.
How can a password be recovered from such a hash? 16 letters/numbers in it.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Satisfied IT, 2018-04-12
@hunk3r

Hashing is an irreversible process, it cannot be decrypted, but it is possible to pick up such a password that its hash will be exactly the same as the original one. To do this,
determine by what method the password was hashed and look for a rainbow table for it, there is a chance to recover it, but if the password is complex and also salty, then ... no way ...

R
Roman Mirilaczvili, 2018-04-12
@2ord

You can try to recover by brute force, theoretically . On modern hardware this is possible.
Maybe even online services exist.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question