analyzing hashes
- by calccrypto
Is anyone willing to devote some time to helping me analyze a (hopefully cryptographically secure) hash? I honestly have no idea what im doing, so i need someone to show me how to, to teach me. almost all of the stuff ive found online have been really long, tedious, and vague
the code is in python because for some reason i dont know c/c++.
all i know about the hash: 1. there are no collisions (so far) and 2. differences between two similar inputs results in wildly different differences
and please dont tell me that if i dont know what im doing, i shouldnt be doing it.