password-protected ZIPs

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
floyd6
Posts: 10
Joined: Sun Mar 12, 2006 1:38 pm

password-protected ZIPs

Post by floyd6 »

is it possible to use such files in irrlicht?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

No, and it also does not make sense, because zip encryption is easy to hack. You'll find lots of free tools doing that for you. Better use a real encryption if you really want to hide things.
Avalanche
Posts: 18
Joined: Tue Sep 05, 2006 7:21 am

Post by Avalanche »

you can also do simple encryption, by open up zip with hex editor, adding junks here and there, so people have no idea what kind of file is this, and then change the addZipFileArchive() function to remove the junks you added
evo
Posts: 96
Joined: Mon Jun 27, 2005 6:46 pm
Location: The Netherlands

Post by evo »

If you don't mind to adding some stuff to Irrlicht then you can use this:
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=12953

Even without encryption this will be enough to scare of most people from digging into the contents of a database-archive.
Post Reply