Encrypter
by Jookia · in Torque Game Engine · 04/23/2007 (9:36 pm) · 7 replies
Is there any scripts that can encrypt a whole file then later on decrypt it?
About the author
#2
04/24/2007 (8:19 pm)
Password files?
#3
04/25/2007 (7:57 am)
Ahhh I thought you meant coding files
#4
04/25/2007 (8:51 am)
There are one or two resources for encrypting files, but i think they all modify the engine, which means you'd need to buy the SDK.
#5
04/25/2007 (9:42 am)
Just save the passwords as script objects, compile the script, and throw away the script files leaving only the .dso files. once it's compiled, no one will be able to edit it with a text editor.
#6
04/26/2007 (8:03 pm)
With a text editor. You didn't say they couldn't edit it at all. :S
#7
04/27/2007 (6:32 am)
But not easaly. just like anygame can be hacked. people are out there able to do it.
Torque Owner Joseph Jonathan
Why would you want this?