Wrong results
#1
I have a salt, hash, encrypted password and password (so I am sure if everything works fine).

Password is: Mierzol17
Hash: 29f5a081a6e20c3190dbac2d88a3f82e
Encrypted password: 6936fc21bd360478caebe006b056c856f46bb5f5c7d61b27c391503d93ec823d56f58e3c309e3eac62fec8ed13cb9309b0032ae2f0dea1cd14ac976d0ea1249a
Salt: rxJNSnHanzpoFZmFW1ny

I tried to go with that on hashcat and I checked that used Hash without salt matches to the password.

Could you please advise me whether it is possible to get password also by using just encrypted password and salt (without using unsalted hash?) and how it should be written in hashcat.
Reply
#2
well hash and encrypted password should be the same in terms of cracking but never the less

yeah first hash is plain md5(yourpass)
next thing, encrypted password and salt, question, what kind of hash should this be? is it sha512 or anything else? how was this hash generated? without knowing the used hashalgorithm you will not be able to get your desired results

also please mask some parts of hashes with XXXX because posting hashes without beeing asked for is forbidden in the forum
Reply