|
-
Feb 12th, 2009, 01:44 PM
#1
Thread Starter
New Member
[RESOLVED] Winzip 9.0 AES Encryption
Hi All,
I am looking for a solution to programmatically enforce AES 256 bit Encryption standard while compressing file using Winzip 9.0.
I am using the following code to zip the source file:
Call Shell("C:\Program Files\WinZip\winzip32 -min -a -s" & """" & Passwd & """" & " " & """" & Left(Fname, Len(Fname) - 4) & ".zip" & """" & " " & """" & Fname & """", vbHide).
The choice here for Encryption standard is the default one set in winzip 9.0 application. If we want to choose AES 256 bit encryption, then we need to manually set the option before using the above code. What I am looking for is to enforce the option programmatically.
Can we supply any argument in the above code to achieve this?
Any help is truly appreciated!
Many thanks
Abu13
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|