I'm trying to block zip file open...
How to block it.... Is there any other methods except modifying zip header info.
My rosources are packed with zip file but I don't want to open it to users...
Please let me know it
I'm trying to block zip file open...
How to block it.... Is there any other methods except modifying zip header info.
My rosources are packed with zip file but I don't want to open it to users...
Please let me know it
One way would be to have a little program that garbles the header of the zip-file then when you need to unzip the file you restore the header. It is by far not a fool proof method but it may deter some people (Of course your files shouldn't have the .zip extension either since then they may be looking in the first place).
Another, probably better option is encrypt your zip-file either using the zip built in way of encrypting it our use one of the many standard encryption libraries out there.
You can give password protection to zip file. Whoever has the password can only open the file.
From link http://www.dslreports.com/faq/8730, Here is how to add password protection in Windows.
As said before, if you give away the data and the key (in whatever form), it's a matter of time and efforts to get those data extracted.
There can be several actions taken to make access to the data more complicated: