10-28-2020, 11:20 AM
how many hashes ?
if there is only 0-9a-f missing from the end, why don't you just add 0, 1, 2, 3, 4, .... d, e, f to each hash ?
It's way easier and elegant solution (at least as long as you have only a few hashes and a few chars a missing) instead of trying to mess with the code (aka change the source code) and risk to not do it correctly.
if there is only 0-9a-f missing from the end, why don't you just add 0, 1, 2, 3, 4, .... d, e, f to each hash ?
It's way easier and elegant solution (at least as long as you have only a few hashes and a few chars a missing) instead of trying to mess with the code (aka change the source code) and risk to not do it correctly.