Link to home
Start Free TrialLog in
Avatar of vjscorpio
vjscorpio

asked on

How to use the Winzip Command Line to zip and encrypt using AES encryption

At the moment I have 2 dos batch programs to
1. from a folder full of files, create folders with the same name as the files and insert the file into each folder.
2. The other program I have allows me to add a text file to each folder and then zip that folder up with the file and text file in it, but keeping the same name as the original file.

The thing I want to do now is all the above, but being able to encypt the zip archive using 256bit AES Encryption [or even 128bit] which the current winzip command line addon supports.

Can anyone advise please, thank you very much.

VJS
Avatar of Murat Raymond
Murat Raymond
Flag of United States of America image

What Version of winzip are you using?
Avatar of vjscorpio
vjscorpio

ASKER

Version 9 and the latest command line addon I downloaded today "WinZip Command Line Support Add-On 1.1" , details at http://www.winzip.com/prodpagecl.htm

Thanks

VJS
ASKER CERTIFIED SOLUTION
Avatar of simonprr
simonprr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you very much for your help, much appreciated.

Take Care

VJS
Did my comment solve your problem? If so, please accept my answer :)

Thanks
My apologies, this was my first time, hopefully I have closed it now.

vjscorpio