Jump to content

How do you make a .ZIP with a password?


Recommended Posts

I have tried the ZIP UDF (which doesnt support passwords), the 7ZIP UDF (Which doesnt support compressing to .ZIP, at least not that I know of.), and the ZIP32 UDF, which doesnt support compressing with passwords.

Is there any other Zip libraries (DLLs or UDFs) that support this?

Thanks

Link to comment
Share on other sites

I remember seeing somewhere a winRAR udf. I think that will do what you need. I could be wrong on this. (need coffee...)

Yeah I saw that too, it's an unRAR UDF, so it can only decompress, not compress.

Link to comment
Share on other sites

I'm not sure if the 7Zip UDF allows to compress to ZIP or not but it definitly should because that is one of the standard formats used by 7Zip

You could always download 7Zip and just use the command line portion of it (7za.exe). Or I could upload a copy of the 7za file and the documentation if it comes to that.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

I was hoping to avoid external exe's for command line usage, and keep it down to dll's, but if that is the only option then I guess I have no choice :<, ill poke around with the 7zip UDF some more and see if I can figure anything out

Link to comment
Share on other sites

I was hoping to avoid external exe's for command line usage, and keep it down to dll's, but if that is the only option then I guess I have no choice :<, ill poke around with the 7zip UDF some more and see if I can figure anything out

I'll be amazed if that UDF won't create a zip file

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

I'll be amazed if that UDF won't create a zip file

Yup, after looking at the 7zip documentation for command line switches (which is what 7-zip32.dll uses), you can change the archive type to ZIP by using the argument -tzip

Thanks for the help :3

Edited by zeffy
Link to comment
Share on other sites

I use the ZIP32 UDF with passwords in one of my scripts and it works just fine.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...