Archive workflows package, inspect, compress or extract files. ZIP is broadly useful for collections of files and folders; GZIP is commonly used for one stream. Compression ratio depends on the source, and successful extraction is not a security scan.
Bundle multiple files into a single ZIP archive in your browser.
Use it when you need working with ZIP or GZIP data directly in the browser. Selected data is packaged or compressed into a new archive. Already-compressed media such as JPG, MP4 or ZIP often shrinks very little, while text and structured data can compress much more.
Before you finish, Check the archive opens, expected filenames are present, folder structure is sensible and extracted files match what you intended to share. For important transfers, compare a checksum as a separate integrity check.
Unzip and extract the contents of any ZIP archive.
Use it when you need working with ZIP or GZIP data directly in the browser. Compressed data is decoded into its original file or files. Extraction does not make untrusted content safe, so unknown executables, scripts and documents still require normal security caution.
Before you finish, Check the archive opens, expected filenames are present, folder structure is sensible and extracted files match what you intended to share. For important transfers, compare a checksum as a separate integrity check.
Preview the file list inside a ZIP without extracting it.
Use it when you need working with ZIP or GZIP data directly in the browser. The archive is inspected and its entries are listed without intentionally extracting them to your downloads folder. This is useful for checking names, folder structure and approximate sizes first.
Before you finish, Check the archive opens, expected filenames are present, folder structure is sensible and extracted files match what you intended to share. For important transfers, compare a checksum as a separate integrity check.
Compress a single file using the GZIP algorithm.
Use it when you need working with ZIP or GZIP data directly in the browser. Selected data is packaged or compressed into a new archive. Already-compressed media such as JPG, MP4 or ZIP often shrinks very little, while text and structured data can compress much more.
Before you finish, Check the archive opens, expected filenames are present, folder structure is sensible and extracted files match what you intended to share. For important transfers, compare a checksum as a separate integrity check.
Decompress a .gz file back to its original format.
Use it when you need working with ZIP or GZIP data directly in the browser. Compressed data is decoded into its original file or files. Extraction does not make untrusted content safe, so unknown executables, scripts and documents still require normal security caution.
Before you finish, Check the archive opens, expected filenames are present, folder structure is sensible and extracted files match what you intended to share. For important transfers, compare a checksum as a separate integrity check.