Contacts md5 hash
Thank you for application. How are contact names hashed? This is md5, but not just from the name. What does the hash come from? Readed - https://github.com/DoctorEenot/NumBuster-API/issues/6, but Md5 hashes match for the same names for different phone numbers.
Hi, I am not sure what exactly is used to create hash. I guess hashes match because, different people with the same name have different numbers, so hashes are probably created from just names.
Hi, I am not sure what exactly is used to create hash. I guess hashes match because, different people with the same name have different numbers, so hashes are probably created from just names.
On different accounts, the hashes for the same numbers are the same. So the hash depends only on the contact name and possibly some salt. Need to know the salt))
I am still working on it, but if names are hashed on the server side, and numbuster's application doesn't have the same code for hashing, it will be really challenging to reverse that salt.