A
A
akyl-kb2016-07-29 19:02:55
Hashing
akyl-kb, 2016-07-29 19:02:55

How to decrypt a password given a hash key and a secret code?

dump from user table

username: test
password: 24be64d43700b5675d0cb357a976fa31
hash: b5b804b7d6307e1771936736f77326d4
secret_code: 3735732497

There is a hash and a secret code, how to decrypt the password?. In this case, the result of password decryption should be equal to: 123456
The site is powered by the yii framework

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Aksentiev, 2016-07-29
@Sanasol

the hash cannot be decrypted, only by brute force if the algorithm is known.

V
Vladimir Martyanov, 2016-07-29
@vilgeforce

First you need to find out how data, such as the ones given, are obtained from the password entered by the user.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question