trancexx Posted July 10, 2010 Posted July 10, 2010 (edited) ...so I do not see how to make it any clearer. M23 Original question was about password protected ZIP. That's like a term. edit: Like this attachment. Btw, that's me. Mostly naked. Edited July 10, 2010 by trancexx ♡♡♡ . eMyvnE
NicePerson Posted July 10, 2010 Author Posted July 10, 2010 So, is not here any other way except encrypt/decrypt ZIP? Melba23 Don't be angry please!
Moderators Melba23 Posted July 10, 2010 Moderators Posted July 10, 2010 RMR,I am not angry - whatever gave you that impression? any other way except encrypt/decrypt ZIPAs far as I can see and learn from Google, the ability of zipfldr.dll to create encrypted zips was removed in Vista and above. So it seems you cannot create an encrypted zip using wraithdu's UDF - which depends on that DLL. However, returning to my suggestion to encrypt the zip file made by the UDF by writing a small function to encrypt the file after it is made, more thought has lead me to see that you would also need a similar function to decrypt the file later. Assuming this code would be complied and distributed with the zip, I can see the decryption exe being bigger than the zip itself - which rather defeats the object of the exercise. However, the third party 7-Zip utility will let you create password protected (only part of the zip is encrypted) zips and there are some 7-Zip wrapper UDFs on the forum - perhaps you might prefer to go this route instead. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Tippex Posted March 31, 2016 Posted March 31, 2016 It's an old post but anyone still including _Zip.au3 may find that their other includes may not be able to trap COM errors if this gets in first: Global Const $_Zip_COMErrorHandler = ObjEvent("AutoIt.Error", "_Zip_COMErrorFunc") For example, using functions from IE.au3 may give these warnings and they may not be stable. --> IE.au3 T3.0-2 Warning from function internal function __IEIsObjType, Cannot register internal error handler, cannot trap COM errors
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now