|
Post by steveo on Oct 11, 2006 5:45:12 GMT -5
I'm currently using the Lite version and was wondering if there is any way of preventing zip files created with vclZip being viewed by othe zip utilities. I've tried password protecting the zip file but the contents are still visible if opened with WinZip. The contents of the zip file are highly confidential and I need some means to totally prevent 'snooping' by unauthorised users. Thnx, - Steve
|
|
|
Post by steveo on Oct 11, 2006 11:03:47 GMT -5
Ignore this post ... I just came across workaround in vclZip lite discussion
|
|
|
Post by Kevin on Oct 13, 2006 17:58:01 GMT -5
I'm glad you found the answer on this forum, that's why I like having the forum. :-)
I'm not sure what workaround you found, but probably the best way is to call the setZipSignatures procedure. You can find this at the bottom of the kpzipobj.pas file. Just call it when you start up your zip program and feed it signature numbers that are different from the default. You will need to call this with the same numbers whenever before unzipping too. You don't have to call it each time you unzip, just call it once.
Kevin
|
|
|
Post by mutu26 on Oct 4, 2011 6:46:47 GMT -5
I'm currently using the Lite version and was wondering if there is any way of preventing zip files created with vclZip being viewed by othe zip utilities. I've tried password protecting the zip file but the contents are still visible if opened with WinZip. The contents of the zip file are highly confidential and I need some means to totally prevent 'snooping' by unauthorised users. Thnx, - Steve For resolving out given problem there is a zip recovery. The tool can start and work under low system requirements. It doesn't change source info of zip files during recovering. The application scans and analyses damaged data after restore info and can show the results of working with problem .zip archives.
|
|