D
D
di2019-04-13 18:58:07
Burglary protection
di, 2019-04-13 18:58:07

Is it possible to find out the password knowing the hash and salt?

I got a database with passwords and salts (in the table they are called password and salt) from an open source (one service does not care about the security of storing files and gives them to everyone)
There is a hash like this 6a3e5020ab4bad8f55ce0c4d7463a30d801c2acb
And the salt is WszxMH=2_l\\ c
Question 1. What is this strange hash, md4?
Question 2. May I know the password?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dollar, 2019-04-13
@dollar

It is possible, but for a long time. And you also need the algorithm itself. Then you just sort through the passwords, either in the password database, or in general all the options, and in the end you can associate the login with the password.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question