
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
pyminizip
Advanced tools
To create a password encrypted zip file in python. And the zip file is able to extract in WINDOWS.
This is a simple Minizip wrapper of python. (http://www.winimage.com/zLibDll/minizip.html)
This software uses zlib. License: zlib/libpng License.
$ pip install pyminizip
# linux
$ sudo apt-get install zlib
# mac
$ xcode-select --install
$ brew install zlib
This package just provides three functions.
pyminizip.compress("/srcfile/path.txt", "file_path_prefix", "/distfile/path.zip", "password", int(compress_level))
Args:
Return value:
pyminizip.compress_multiple([u'pyminizip.so', 'file2.txt'], [u'/path_for_file1', u'/path_for_file2'], "file.zip", "1233", 4, progress)
Args:
Return value:
pyminizip.uncompress("/srcfile/path.zip", "password", "/dirtoextract", int(withoutpath))
Args:
Return value:
FAQs
A minizip wrapper - To create a password encrypted zip file in python.
We found that pyminizip demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.