Just wondering if the MD5 hash could be used in some way to produce a software key. I want to produce a software enablement key for my program, and since the MD5 is an ok one-way hash function, no one could try to take the software key and translate out what produced it, therefore making it difficult to produce a key for a given computer. The thing I want to know is:
1. If I am heading in the right direction.
2. How do I use MD5 in vb.
3. What would prevent a software hacker from guessing your input (which would be the way to do it), and reproduce the hash, cause then you are screwed.
4. Any other thoughts on this whole subject
Nick
1. If I am heading in the right direction.
2. How do I use MD5 in vb.
3. What would prevent a software hacker from guessing your input (which would be the way to do it), and reproduce the hash, cause then you are screwed.
4. Any other thoughts on this whole subject
Nick