Hash input finding | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hash input finding

I want to find the input of Hash function which the output is : 716a3ef91adceabfc44435ff688d87fbdb9b6ae45f392de47244177dafe9eb06 The range is from 0 to 10000 Which code may I use with "for" loop to do that ?

15th Feb 2018, 8:28 AM
NIMA
NIMA - avatar
3 Answers
0
Well it's just decoding? If you know the type of hash used, you can reverse it? I mean, there are a lot of options
15th Feb 2018, 9:20 AM
Andrija Dinic
Andrija Dinic - avatar
15th Feb 2018, 9:43 AM
NIMA
NIMA - avatar
0
That's for sha256
15th Feb 2018, 9:43 AM
Andrija Dinic
Andrija Dinic - avatar