Encrypt game data
by Waleed · in Technical Issues · 07/25/2007 (10:47 am) · 9 replies
I want to encrypt my game data like pictures,audio,... etc > and no any one can modify my data
any one help me plz
thanks 4 all
any one help me plz
thanks 4 all
About the author
#2
07/26/2007 (10:20 am)
I tried adding a password and it failed. Is there an example somewhere? And be sure to use a long, complex password. There a zip-cracking tools on the net with details.
#4
07/26/2007 (10:58 am)
Http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=12492
#5
08/12/2007 (4:57 am)
Is this even neccesary? cant you just CRC everything?
#6
08/14/2007 (1:10 pm)
A CRC would prevent people from changing your art and scripts, a password-protected zip would prevent people from copying or modifying them. Also, you track the CRC but then you need to protect the CRC so that people don't change the art, then change the CRC to match.
#8
The zip file replaces like-named directories. For example, rename the "images" directory to something like "images-originals" and name your zip file "images.zip". TGB will now look in the zip file for your images and you don't need to make any changes to your game code.
08/24/2007 (8:18 am)
Under Windows, right-click the file and "Add to zip" or "add to archive" (depending on what programs you have installed). That will put all of your resources into a zip file.The zip file replaces like-named directories. For example, rename the "images" directory to something like "images-originals" and name your zip file "images.zip". TGB will now look in the zip file for your images and you don't need to make any changes to your game code.
Torque Owner ChrisG