One typically uses salting to randomly generate a hash function. (so even if you know it was, say, SHA512, you have to guess the salt to reverse engineer)
No matter what you do, you're running that code on the client application, so it would then fall back on relying on code obfuscation unless I'm missing something.
Comments
One typically uses salting to randomly generate a hash function. (so even if you know it was, say, SHA512, you have to guess the salt to reverse engineer)
No matter what you do, you're running that code on the client application, so it would then fall back on relying on code obfuscation unless I'm missing something.