hashcat Forum
Need Help On Weird Problem - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Need Help On Weird Problem (/thread-7470.html)



Need Help On Weird Problem - dp7 - 04-30-2018

Hi
You might find it strange but I need this.
Suppose You have and MD5 hash of a 64 char string.(length is fixed and only has hex chars 0-F)

Is it possible to find the first char of the string?
Or if the first char of string is alphabetic or numeric?
If it's not against the rules I'll pay for it.
Thanks


RE: Need Help On Weird Problem - undeath - 04-30-2018

A fundamental feature of a cryptographic hash function is that this is not possible. So no.


RE: Need Help On Weird Problem - dp7 - 04-30-2018

(04-30-2018, 09:06 PM)undeath Wrote: A fundamental feature of a cryptographic hash function is that this is not possible. So no.

I just thought maybe finding the first char would be easier.
Thanks.


RE: Need Help On Weird Problem - royce - 05-06-2018

Yeah, it's a normal and understandable intuition. But by design, only trying to hash the entire string will generate a hash that is then compared to the target hash. Once you understand how hashing works, the reason why will be clear.