|
-
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
-
Feb 12th, 2009, 01:47 PM
#2
Re: Winzip 9.0 AES Encryption

Forum Feedback is meant for questions/comments about VB Forums. If you let me know what language you are using I'll move your thread to the proper forum.
-
Feb 13th, 2009, 03:57 AM
#3
Thread Starter
New Member
Re: Winzip 9.0 AES Encryption
Thanks for your help Martin!
I am using Visual Basic 6.0 and Microsoft Access 2003.
-
Feb 13th, 2009, 11:54 AM
#4
Re: Winzip 9.0 AES Encryption
-
Feb 14th, 2009, 09:27 AM
#5
Thread Starter
New Member
Re: Winzip 9.0 AES Encryption
-
Feb 14th, 2009, 01:41 PM
#6
Re: Winzip 9.0 AES Encryption
Do these two links help?
1. Using the command line tool
2. Using code (sample is not VB6 though)
-
Feb 15th, 2009, 01:22 PM
#7
Thread Starter
New Member
Re: Winzip 9.0 AES Encryption
Hi Lavolpe,
It's Working !! Thank you so much for your timely help!
You are a Star!!
-
Feb 15th, 2009, 01:29 PM
#8
Re: Winzip 9.0 AES Encryption
Now that we've helped you, you can help us by pulling down the Thread Tools menu and selecting the Mark Thread Resolved item which will let everyone know that you have your answer. Also if someone has been particularly helpful you have the ability to affect a their forum "reputation" by rating their post. Only those ratings that you give after you have 20 posts will actually count, but in all cases the person you rate will see it and know that you appreciate their help.
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
|