analyzing hashes
Posted
by calccrypto
on Stack Overflow
See other posts from Stack Overflow
or by calccrypto
Published on 2010-05-01T19:04:09Z
Indexed on
2010/05/01
19:07 UTC
Read the original article
Hit count: 236
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.
© Stack Overflow or respective owner