Description
Provides a Qt 6 compatible C++ wrapper around ZIP and UNZIP functionality. It helps applications read, write, and manage ZIP archives using Qt-style classes.
Developers use it as an archive library. ZIP files from untrusted sources can contain path tricks or decompression bombs, so validate names, sizes, and extraction destinations.