![Laughing :lol:](./images/smilies/icon_lol.gif)
Create your own 3D, sound, music and bitmap format which only your program uses, so whatever they do they can't ripp it out simply
![Laughing :lol:](./images/smilies/icon_lol.gif)
even easier than that.. most likely you were planning on saving the password as a string of text in your code, perhaps as a define, or in a function.. ie: #define ZIP_PASS "yourmamma"Dataleap wrote:Just to let you know, if the guy is smart enough to change file extension and unzip, he is probably smart enough to get a Zip password cracker. But again, who know
This is an easy to implement and quick solution. I just want to point out that a decent hacker/cracker worth his salt will notice such a file easily. Then they have a the full file.Tequilla wrote:Once, I had the same problem. The way i solved it:
After making the zip-file I xored it by any byte. When the programs starts, it xores the file again by the same byte and safes the result in the temp-dir. This file can now be handled as a zip-file. On terminating the program it deletes the tmp-file.