<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Which lib should I use when I want to zip multi-folders and set it a password ?]]></title><description><![CDATA[<p dir="auto">Hi,everyone .<br />
I just want to  generate a .zip file of 4 folders (in which is filled with many .png files),and I want to set a password of this .zip file,so I searched some  choices on the Internet.I found QuaZip but it doesn't have a password-add-in function until now.<br />
Is there anyone having any advice on that?</p>
]]></description><link>https://forum.qt.io/topic/83085/which-lib-should-i-use-when-i-want-to-zip-multi-folders-and-set-it-a-password</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 10:42:51 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/83085.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 08 Sep 2017 06:03:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Which lib should I use when I want to zip multi-folders and set it a password ? on Wed, 13 Sep 2017 06:21:35 GMT]]></title><description><![CDATA[<p dir="auto">I write a simple class which wrapped zlib (and minizip) ,if u are interested in zip multi-folders and set the file a password , look github here:<br />
<a href="https://github.com/MartinChan3/QZlib" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MartinChan3/QZlib</a><br />
Really want this could help.</p>
]]></description><link>https://forum.qt.io/post/415054</link><guid isPermaLink="true">https://forum.qt.io/post/415054</guid><dc:creator><![CDATA[MartinChan 0]]></dc:creator><pubDate>Wed, 13 Sep 2017 06:21:35 GMT</pubDate></item><item><title><![CDATA[Reply to Which lib should I use when I want to zip multi-folders and set it a password ? on Fri, 08 Sep 2017 08:07:00 GMT]]></title><description><![CDATA[<p dir="auto">Thx and I will study how to use it</p>
]]></description><link>https://forum.qt.io/post/414278</link><guid isPermaLink="true">https://forum.qt.io/post/414278</guid><dc:creator><![CDATA[MartinChan 0]]></dc:creator><pubDate>Fri, 08 Sep 2017 08:07:00 GMT</pubDate></item><item><title><![CDATA[Reply to Which lib should I use when I want to zip multi-folders and set it a password ? on Fri, 08 Sep 2017 07:14:54 GMT]]></title><description><![CDATA[<p dir="auto">None of the Qt wrappers I know of manage the password protection. You will have to use the C API of zlib directly. Instructions can be found here: <a href="https://falsinsoft.blogspot.co.uk/2012/03/create-password-protected-zip-file.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://falsinsoft.blogspot.co.uk/2012/03/create-password-protected-zip-file.html</a></p>
<p dir="auto">Be sure to use the latest version of the libraries as there's a bug in previous versions that decrypt the files even if a wrong password is entered</p>
]]></description><link>https://forum.qt.io/post/414258</link><guid isPermaLink="true">https://forum.qt.io/post/414258</guid><dc:creator><![CDATA[VRonin]]></dc:creator><pubDate>Fri, 08 Sep 2017 07:14:54 GMT</pubDate></item></channel></rss>