How encrypt all game contets ?
by Riccardo Berta · in Torque Game Engine · 09/27/2006 (12:12 am) · 2 replies
Exist a solution similar to Garage Games / Tim Aste demo for crypt all contents of my own game ?
Thanks
Thanks
About the author
#2
09/27/2006 (12:52 pm)
Note that the data has to sit un-encrypted in memory, and also be submitted to the graphics card in visible form, so someone can use a ripper program to still extract the art. It's just slightly harder than if the files were unencrypted on disk.
Torque Owner Sarah ONeill
Tempest Games
I havn't used these yet but there are a couple of resources that touch on the aspect of encrypting/password protecting zip archives
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=7787
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=9896
and this one deals with encrypting just the png files
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=7253
Hope this helps