What is GZ? GZ is a short name for GZIP (GNU zip), a file format created originally by
Jean-loup Gailly and Mark Adler in 1992.
Some technical notes on GZIP file format:
GZIP file format is used to store the compressed version of a single file.
The GZIP compression is based on the DEFLATE algorithm, which is a combination of LZ77 and Huffman coding.
GZIP file format is commonly used together with the TAR file format to archive and compress multiple files
into a single file, with a file extension called ".tgz" or ".tar.gz".
GZIP file format does not support password protection.
GZ is the file extension for GZIP files.
GZIP files are binary files.
Here are the first 64 bytes of a sample GZIP file dumped in HEX values: